Step 8.5: Move logout call during deactivation
This commit is contained in:
parent
bcf413734b
commit
c8582c7199
3 changed files with 20 additions and 2 deletions
|
@ -283,4 +283,13 @@ export enum Action {
|
|||
* Payload: OpenTabbedIntegrationManagerDialogPayload
|
||||
*/
|
||||
OpenTabbedIntegrationManagerDialog = "open_tabbed_imanager_dialog",
|
||||
|
||||
/**
|
||||
* Fired when something within the application has determined that a logout,
|
||||
* or logout-like behaviour, needs to happen. Specifically meant to target
|
||||
* storage deletion rather than calling the logout API.
|
||||
*
|
||||
* No payload.
|
||||
*/
|
||||
TriggerLogout = "trigger_logout",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue