mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-06 20:10:05 +00:00
chore(redirectLogin): onLoggedOut callback should be an async
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export interface LoginOptions {
|
||||
onLoggedOut?: Function
|
||||
onLoggedOut?: () => Promise<boolean>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user