web/safety-warning: reduce continue button timeout
This commit is contained in:
parent
1ab94eb11d
commit
0e52e1f8b0
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export const customInstanceWarning = async () => {
|
|||
text: get(t)("button.continue"),
|
||||
color: "red",
|
||||
main: true,
|
||||
timeout: 15000,
|
||||
timeout: 5000,
|
||||
action: () => {
|
||||
_actions.resolve();
|
||||
updateSetting({
|
||||
|
|
Loading…
Reference in a new issue