Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ class UserCreate(BaseModel):
|
|
47 |
username: str
|
48 |
email: str
|
49 |
password: str
|
50 |
-
|
51 |
# OAuth Configuration
|
52 |
oauth.register(
|
53 |
name='google',
|
|
|
47 |
username: str
|
48 |
email: str
|
49 |
password: str
|
50 |
+
# confirm_password: str
|
51 |
# OAuth Configuration
|
52 |
oauth.register(
|
53 |
name='google',
|