feat(cardex): implement cardex module with filters, templates, and service integration
This commit is contained in:
@@ -48,6 +48,7 @@ export class AuthStore extends BaseStore<AuthState> {
|
||||
|
||||
constructor() {
|
||||
super({
|
||||
initialized: false,
|
||||
loading: false,
|
||||
error: null,
|
||||
user: null,
|
||||
@@ -385,6 +386,7 @@ export class AuthStore extends BaseStore<AuthState> {
|
||||
*/
|
||||
reset(): void {
|
||||
this.setState({
|
||||
initialized: false,
|
||||
loading: false,
|
||||
error: null,
|
||||
user: null,
|
||||
|
||||
Reference in New Issue
Block a user