mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
feat: add version information to login screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user