mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
details not data (#1025)
Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
committed by
Aiden McClelland
parent
edf032a837
commit
4e431a2ed7
@@ -88,7 +88,7 @@ export class RecoverPage {
|
||||
this.hasShownGuidAlert = true
|
||||
}
|
||||
} catch (e) {
|
||||
this.errorToastService.present(`${e.message}: ${e.data}`)
|
||||
this.errorToastService.present(`${e.message}: ${e.details}`)
|
||||
} finally {
|
||||
this.loading = false
|
||||
}
|
||||
@@ -158,7 +158,7 @@ export class RecoverPage {
|
||||
await this.stateService.importDrive(guid)
|
||||
await this.navCtrl.navigateForward(`/init`)
|
||||
} catch (e) {
|
||||
this.errorToastService.present(`${e.message}: ${e.data}`)
|
||||
this.errorToastService.present(`${e.message}: ${e.details}`)
|
||||
} finally {
|
||||
loader.dismiss()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user