Temporarily disabled alerts to address database issues.
This commit is contained in:
parent
4242efbd4c
commit
1697728b2a
|
@ -55,6 +55,15 @@ function initUsersActions(store, _router) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`, {
|
||||
hasAuth: !!store.state.auth.user,
|
||||
userId: store.state.auth.user?.id || null,
|
||||
username,
|
||||
});
|
||||
|
||||
/*
|
||||
alerts {
|
||||
id
|
||||
notify
|
||||
|
@ -97,13 +106,7 @@ function initUsersActions(store, _router) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`, {
|
||||
hasAuth: !!store.state.auth.user,
|
||||
userId: store.state.auth.user?.id || null,
|
||||
username,
|
||||
});
|
||||
*/
|
||||
|
||||
return curateUser(user);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue