add: better user settings page
This commit is contained in:
parent
e8cc541f45
commit
4735832cef
16 changed files with 2398 additions and 2241 deletions
|
@ -45,7 +45,7 @@
|
|||
`<b>${message}.</b> You can now close this tab.`;
|
||||
|
||||
setTimeout(() => {
|
||||
window.location.href = \"/settings#/connections\";
|
||||
window.location.href = \"/settings#/grants\";
|
||||
}, 500);
|
||||
}, 1000);"))
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
|||
`<b>${message}.</b> You can now close this tab.`;
|
||||
|
||||
setTimeout(() => {
|
||||
window.location.href = \"/settings#/connections\";
|
||||
window.location.href = \"/settings#/grants\";
|
||||
}, 500);
|
||||
}, 1000);"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue