Skip to content

Commit

Permalink
Remove gen_salt in oauth2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaMax committed Jul 10, 2020
1 parent 418c24f commit e731f78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
)
from authlib.oauth2.rfc6749 import grants
from authlib.oauth2.rfc7636 import CodeChallenge
from werkzeug.security import gen_salt
from .models import db, User
from .models import OAuth2Client, OAuth2AuthorizationCode, OAuth2Token

Expand Down

0 comments on commit e731f78

Please sign in to comment.