set assertion expire time 1 hour ago
This commit is contained in:
parent
7fecd8b87b
commit
d8732d7853
@ -93,7 +93,7 @@ export function SSOPage() {
|
||||
["sign"],
|
||||
);
|
||||
|
||||
const now = moment(new Date());
|
||||
const now = moment(new Date()).add(-1, "hour");
|
||||
const expire = moment(new Date()).add(1, "hour");
|
||||
|
||||
inputRef.current!.value = await encodeAssertion(key, {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user