Do not save settings tab into list of tabs to recover

This commit is contained in:
Austin Warren
2019-07-17 17:15:51 -07:00
parent eccbd66c18
commit 6a9d569345

View File

@@ -100,7 +100,7 @@ export class SettingsTabComponent extends BaseTabComponent {
} }
async getRecoveryToken (): Promise<any> { async getRecoveryToken (): Promise<any> {
return { type: 'app:settings' } return false;
} }
ngOnDestroy () { ngOnDestroy () {