starting logout
This commit is contained in:
parent
ceaf615a24
commit
7d08391ce0
@ -129,4 +129,8 @@ export class AuthService {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async logout(userId: string) {
|
||||||
|
// Pour une implémentation simple, on ne fait rien ici.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user