mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
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:
@@ -28,9 +28,11 @@
|
||||
<li>Security patches</li>
|
||||
<li>Bug fixes</li>
|
||||
<li>Breakout services to Community Registry</li>
|
||||
<li>SSL support for IP access</li>
|
||||
<li>UI display improvements</li>
|
||||
<li>Better logs</li>
|
||||
<li>New system metrics</li>
|
||||
<li>EFI support</li>
|
||||
</ul>
|
||||
<div class="ion-text-center ion-padding">
|
||||
<ion-button
|
||||
|
||||
@@ -30,7 +30,7 @@ export class LoginPage {
|
||||
try {
|
||||
await this.api.getPubKey()
|
||||
} catch (e: any) {
|
||||
this.error = e
|
||||
this.error = e.message
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user