mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-03 12:17:57 +08:00
Update SaResponseForReactor.java
typo
This commit is contained in:
parent
7b2d402acb
commit
e254167398
@ -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