mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-03 04:13:46 +08:00
Merge pull request #165 from anaer/patch-1
Update SaResponseForReactor.java
This commit is contained in:
commit
356e65f749
@ -57,7 +57,7 @@ public class SaResponseForReactor implements SaResponse {
|
||||
.path(path)
|
||||
.maxAge(timeout)
|
||||
.httpOnly(isHttpOnly)
|
||||
.secure(isHttpOnly)
|
||||
.secure(isSecure)
|
||||
;
|
||||
|
||||
// set path
|
||||
|
Loading…
Reference in New Issue
Block a user