Skip to content

Commit

Permalink
fix auth class init typo
Browse files Browse the repository at this point in the history
  • Loading branch information
montasaurus authored and pgjones committed Dec 26, 2024
1 parent 198af6d commit 802fa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quart_auth/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(
self.singleton = singleton
if serializer_class is not None:
self.serializer_class = serializer_class
if serializer_class is not None:
if user_class is not None:
self.user_class = user_class
if app is not None:
self.init_app(app)
Expand Down

0 comments on commit 802fa18

Please sign in to comment.