Skip to content

Commit 802fa18

Browse files
montasauruspgjones
authored andcommitted
fix auth class init typo
1 parent 198af6d commit 802fa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quart_auth/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(
108108
self.singleton = singleton
109109
if serializer_class is not None:
110110
self.serializer_class = serializer_class
111-
if serializer_class is not None:
111+
if user_class is not None:
112112
self.user_class = user_class
113113
if app is not None:
114114
self.init_app(app)

0 commit comments

Comments
 (0)