Jan Dittberner
3bb3b2db0c
- copied/stripped down from https://git.dittberner.info/jan/hydra_oidc_poc
8 lines
273 B
TOML
8 lines
273 B
TOML
ErrorTitle = "An error has occurred"
|
|
IndexGreeting = "Hello {{ .User }}"
|
|
IndexIntroductionText = "This is an authorization protected resource"
|
|
IndexTitle = "Welcome to the Demo application"
|
|
|
|
[LogoutLabel]
|
|
description = "A label on a logout button or link"
|
|
other = "Logout"
|