Merge branch 'pr/1249'

This commit is contained in:
Eugene Pankov
2019-08-07 15:10:19 +02:00
9 changed files with 57 additions and 24 deletions

View File

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