diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-14 22:02:28 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-14 22:02:28 +0100 |
commit | 80e8b8c1e1ed6833a2f21d57bbb6bab76589bdb0 (patch) | |
tree | cf07ec759059b416995c97f24d34379c7ff2cb5e /api/auth/signup.py | |
parent | bf986adcf3f619860d18bda9e0c96e93ab97b260 (diff) |
token auth
Diffstat (limited to 'api/auth/signup.py')
-rw-r--r-- | api/auth/signup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/auth/signup.py b/api/auth/signup.py index fee879d..cca76b8 100644 --- a/api/auth/signup.py +++ b/api/auth/signup.py @@ -4,7 +4,6 @@ from randid import new_uuid import auth.token as token import passwords import time -import json signup = Blueprint('signup', __name__) |