misc 0.3.4 bugfixes (#2193)

* display message not object on login page

* more release notes

* fix firefox ssl issue

* fix no pubkey error

* Fix/missing main (#2194)

fix: Main during migration

---------

Co-authored-by: Aiden McClelland <me@drbonez.dev>
Co-authored-by: J H <2364004+Blu-J@users.noreply.github.com>
This commit is contained in:
Matt Hill
2023-03-09 12:34:48 -07:00
committed by GitHub
parent d1c519ed0d
commit 2c40e403c4
5 changed files with 41 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ export class LoginPage {
try {
await this.api.getPubKey()
} catch (e: any) {
this.error = e
this.error = e.message
}
}
}