Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 8e552ba508 feat(app): Set lifetime to 14 days on capacitor.
Do not annoy users on capacitory apps with daily logging in again
2021-12-05 13:45:50 +01:00
Ferdinand Thiessen 49c3ec74ba fix(api): Load current user in login function of mainStore 2021-12-05 13:45:50 +01:00
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ export const useUserStore = defineStore({
getters: {},
actions: {
/**
* @deprecated Use getUser instead, will be removed with first beta release
* @todo Remove with first beta release
*/
findUser(userid: string) {
return this.users.find((user) => user.userid === userid);
},