mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Fix theme not being applied after login
This commit is contained in:
2
resources/js/mixins.js
vendored
2
resources/js/mixins.js
vendored
@ -123,6 +123,8 @@ Vue.mixin({
|
||||
i18n.locale = this.$root.userPreferences.lang
|
||||
document.documentElement.lang = this.$root.userPreferences.lang
|
||||
}
|
||||
|
||||
this.setTheme(this.$root.userPreferences.theme)
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user