added login referer
This commit is contained in:
parent
2e70a95bcd
commit
4e5d554105
7 changed files with 55 additions and 15 deletions
|
|
@ -8,6 +8,7 @@ const (
|
|||
|
||||
IndexURI = WikiSection + "/" + IndexPage
|
||||
|
||||
LoginURI = "/login"
|
||||
TotpURI = "/totp"
|
||||
LoginURI = "/login"
|
||||
LogoutURI = "/logout"
|
||||
TotpURI = "/totp"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue