Remove message
This commit is contained in:
parent
662e5d09ec
commit
489e72b17a
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ func (a *Auth) routeRefresh(w http.ResponseWriter, r *http.Request) {
|
||||||
if a.allowInsecureCookie(r) {
|
if a.allowInsecureCookie(r) {
|
||||||
cookie.Secure = false
|
cookie.Secure = false
|
||||||
cookie.SameSite = http.SameSiteLaxMode
|
cookie.SameSite = http.SameSiteLaxMode
|
||||||
log.Debug().Msg("same site none")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if cookie.Secure {
|
if cookie.Secure {
|
||||||
|
|
Loading…
Reference in a new issue