AIdeaText commited on
Commit
63a5d6a
·
verified ·
1 Parent(s): 7d2fbf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import logging
4
 
5
  from modules.auth.auth import (
6
- authenticate_user,
7
  authenticate_admin,
8
  authenticate_student,
9
  register_student,
 
3
  import logging
4
 
5
  from modules.auth.auth import (
6
+ create_auth_interface,
7
  authenticate_admin,
8
  authenticate_student,
9
  register_student,