This commit is contained in:
2022-02-09 23:16:16 +00:00
parent 9b8ae7a44d
commit 0c094d6f6b
2 changed files with 3 additions and 18 deletions

View File

@ -51,6 +51,9 @@ export const useSessionStore = defineStore('session', {
}*/
},
actions: {
setTitle(title : string) {
document.title = "Budgeteer - " + title;
},
loginSuccess(x : any) {
this.User = x.User;
this.Token = x.Token;