This commit is contained in:
Eugene Pankov
2019-08-07 15:31:21 +02:00
parent 924a8da2f5
commit a8eb0d8346
5 changed files with 8 additions and 8 deletions

View File

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