Update error page

- Add retry button for GET requests
- Only show signin button when it's a session error
This commit is contained in:
r 2021-04-03 06:39:06 +00:00
parent 089d4ac500
commit 2cb6a515ac
4 changed files with 23 additions and 10 deletions
renderer

View file

@ -34,7 +34,9 @@ type NavData struct {
type ErrorData struct {
*CommonData
Error string
Err string
Retry bool
SessionErr bool
}
type HomePageData struct {