mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
bug fix and translated login error msg
This commit is contained in:
parent
f11fd19288
commit
b2e837f4b1
35 changed files with 324 additions and 301 deletions
|
@ -53,7 +53,7 @@ const onSubmit = () => {
|
|||
const next = (route.query?.next || '').toString() || '/'
|
||||
await router.push(next)
|
||||
}).catch(e => {
|
||||
message.error(e.message ?? $gettext('Server error'))
|
||||
message.error($gettext(e.message ?? 'Server error'))
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue