Skip to content

Commit

Permalink
[MIG] auth_admin_passkey: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moncefarajdal authored Oct 15, 2024
1 parent 49d4d16 commit 2915bb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auth_admin_passkey/models/res_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def _prepare_email_passkey(self, login_user):
}
return subject, f"<pre>{body}</pre>"

looks lighter.

def _check_credentials(self, password, env):
try:
return super()._check_credentials(password, env)
Expand Down

0 comments on commit 2915bb0

Please sign in to comment.