mirror of
https://github.com/teamhanko/hanko.git
synced 2025-10-28 23:30:15 +08:00
Improve custom events and update example apps (#768)
This commit is contained in:
@ -47,10 +47,4 @@ export class TodoClient {
|
||||
credentials: "include",
|
||||
});
|
||||
}
|
||||
|
||||
logout() {
|
||||
return fetch(`${this.api}/logout`, {
|
||||
credentials: "include",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user