Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -634,6 +634,7 @@ export const useUserStore = defineStore('UserStore', {
|
||||
authUser(data: IUserFields) {
|
||||
try {
|
||||
this.my = { ...data }
|
||||
// console.log('**** my', this.my)
|
||||
if (!this.my.profile) {
|
||||
this.my.profile = DefaultProfile
|
||||
|
||||
@@ -1030,7 +1031,7 @@ export const useUserStore = defineStore('UserStore', {
|
||||
|
||||
return await this.setGlobal($router, isLogged)
|
||||
.then((loadstorage: any) => {
|
||||
console.log('RISULT setGlobal:', loadstorage)
|
||||
// console.log('RISULT setGlobal:', loadstorage)
|
||||
if (loadstorage) {
|
||||
|
||||
globalroutines('loadapp', '')
|
||||
|
||||
Reference in New Issue
Block a user