mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-27 02:59:02 +08:00
Update SaResponseForReactor.java
typo
This commit is contained in:
@@ -57,7 +57,7 @@ public class SaResponseForReactor implements SaResponse {
|
||||
.path(path)
|
||||
.maxAge(timeout)
|
||||
.httpOnly(isHttpOnly)
|
||||
.secure(isHttpOnly)
|
||||
.secure(isSecure)
|
||||
;
|
||||
|
||||
// set path
|
||||
|
||||
Reference in New Issue
Block a user