mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +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
|
this.hasShownGuidAlert = true
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.errorToastService.present(`${e.message}: ${e.data}`)
|
this.errorToastService.present(`${e.message}: ${e.details}`)
|
||||||
} finally {
|
} finally {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
@@ -158,7 +158,7 @@ export class RecoverPage {
|
|||||||
await this.stateService.importDrive(guid)
|
await this.stateService.importDrive(guid)
|
||||||
await this.navCtrl.navigateForward(`/init`)
|
await this.navCtrl.navigateForward(`/init`)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
this.errorToastService.present(`${e.message}: ${e.data}`)
|
this.errorToastService.present(`${e.message}: ${e.details}`)
|
||||||
} finally {
|
} finally {
|
||||||
loader.dismiss()
|
loader.dismiss()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user