Ensure the dashboard redirects to the dns setup if no admin fqdn is set yet
This commit is contained in:
@@ -573,7 +573,7 @@ function redirectIfNeeded(status, currentView) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (currentView === 'dashboard') {
|
||||
if (currentView !== 'setup') {
|
||||
window.location.href = '/setup.html' + window.location.search;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user