dynamic-urlprefix in authentication-wrap*.
This commit is contained in:
parent
35f9c16cdc
commit
534b8ee601
|
@ -149,7 +149,7 @@
|
||||||
(define requested-url (url->string (request-uri request)))
|
(define requested-url (url->string (request-uri request)))
|
||||||
|
|
||||||
(if (and require-login? (not session))
|
(if (and require-login? (not session))
|
||||||
(login-or-register-flow* requested-url login-form)
|
(login-or-register-flow* (string-append dynamic-urlprefix requested-url) login-form)
|
||||||
(parameterize ((bootstrap-navbar-extension
|
(parameterize ((bootstrap-navbar-extension
|
||||||
(cond
|
(cond
|
||||||
[(not session)
|
[(not session)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user