Skip to content

Commit

Permalink
Merge pull request #43 from djangoflow/feature/is_new_user
Browse files Browse the repository at this point in the history
added is new user flag
  • Loading branch information
yevhenii-apex authored May 2, 2024
2 parents 2ef2fd3 + f0c6173 commit 8897d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions df_auth/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def generate_challenge(
]
}
)
kwargs["is_new_user"] = True
else:
raise UserDoesNotExistError()
if not user.is_active:
Expand Down

0 comments on commit 8897d68

Please sign in to comment.