Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -224,7 +224,7 @@ def server(input, output, session):
|
|
| 224 |
ui.remove_ui(selector="div:has(> #password)")
|
| 225 |
login_status=1
|
| 226 |
log_role = username
|
| 227 |
-
|
| 228 |
if correct_or_not ==1:
|
| 229 |
total_status["login"]=1
|
| 230 |
total_status["authlevel"]=1
|
|
|
|
| 224 |
ui.remove_ui(selector="div:has(> #password)")
|
| 225 |
login_status=1
|
| 226 |
log_role = username
|
| 227 |
+
|
| 228 |
if correct_or_not ==1:
|
| 229 |
total_status["login"]=1
|
| 230 |
total_status["authlevel"]=1
|