feat: add version information to login screen

This commit is contained in:
Stavros
2025-07-12 00:08:24 +03:00
parent a11aba72d8
commit d0be4a2654
10 changed files with 104 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ type AppContext struct {
ForgotPasswordMessage string `json:"forgotPasswordMessage"`
BackgroundImage string `json:"backgroundImage"`
OAuthAutoRedirect string `json:"oauthAutoRedirect"`
Version string `json:"version"`
BuildTimestamp string `json:"buildTimestamp"`
CommitHash string `json:"commitHash"`
}
// Totp request is the request for the totp endpoint