diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ func main() { ChangePwScript: changePwScript, RemoteUserHeader: "X-Remote-User", BasePath: basePath, - LogoutUrl: LogoutUrl, + LogoutUrl: logoutUrl, } v := Views() |