Skip to content

Commit e731f78

Browse files
committedJul 10, 2020
Remove gen_salt in oauth2.py
1 parent 418c24f commit e731f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎website/oauth2.py

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
)
1111
from authlib.oauth2.rfc6749 import grants
1212
from authlib.oauth2.rfc7636 import CodeChallenge
13-
from werkzeug.security import gen_salt
1413
from .models import db, User
1514
from .models import OAuth2Client, OAuth2AuthorizationCode, OAuth2Token
1615

0 commit comments

Comments
 (0)
Failed to load comments.