mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 03:39:32 +00:00
start sequence pre flight
This commit is contained in:
parent
fc610dad81
commit
b6b5ada570
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ def gating_logic():
|
|||
return redirect(url_for('setup.step_import_env'))
|
||||
else:
|
||||
|
||||
return redirect(url_for('setup.step1_api_credentials'))
|
||||
return redirect(url_for('setup.step1_admin_user'))
|
||||
except Exception as e:
|
||||
logging.error(f"Error during setup redirection logic: {e}", exc_info=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue