mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-04 12:47:55 +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)
|
.path(path)
|
||||||
.maxAge(timeout)
|
.maxAge(timeout)
|
||||||
.httpOnly(isHttpOnly)
|
.httpOnly(isHttpOnly)
|
||||||
.secure(isHttpOnly)
|
.secure(isSecure)
|
||||||
;
|
;
|
||||||
|
|
||||||
// set path
|
// set path
|
||||||
|
Loading…
Reference in New Issue
Block a user