Update dashboard.py

This commit is contained in:
Mr Chen 2024-12-01 21:40:02 +08:00
parent c562f9481d
commit bad42e8e48
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ def admin_safe_path(path):
name = thisdb.getOption('template', default='default')
if isLogined():
return redirect('/')
# print(db_path,path)
if db_path == path:
return render_template('%s/login.html' % name)