mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 23:52:31 +08:00
Merge branch 'master' into default-notification
# Conflicts: # server/notification.js # src/components/NotificationDialog.vue
This commit is contained in:
@@ -85,7 +85,12 @@ export default {
|
||||
this.$root.toastRes(res)
|
||||
|
||||
if (res.ok) {
|
||||
this.$router.push("/")
|
||||
this.processing = true;
|
||||
|
||||
this.$root.login(this.username, this.password, (res) => {
|
||||
this.processing = false;
|
||||
this.$router.push("/")
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user