added login referer

This commit is contained in:
ston1th 2019-01-21 19:46:31 +01:00
commit 4e5d554105
7 changed files with 55 additions and 15 deletions

View file

@ -8,6 +8,7 @@ const (
IndexURI = WikiSection + "/" + IndexPage
LoginURI = "/login"
TotpURI = "/totp"
LoginURI = "/login"
LogoutURI = "/logout"
TotpURI = "/totp"
)