Raise sign in timeout of security key to 30 seconds.
parent
cdb87522f4
commit
3aacb34571
|
@ -31,7 +31,7 @@ export interface Props {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function (props: Props) {
|
export default function (props: Props) {
|
||||||
const signInTimeout = 2;
|
const signInTimeout = 30;
|
||||||
const [state, setState] = useState(State.WaitTouch);
|
const [state, setState] = useState(State.WaitTouch);
|
||||||
const style = useStyles();
|
const style = useStyles();
|
||||||
const redirectionURL = useRedirectionURL();
|
const redirectionURL = useRedirectionURL();
|
||||||
|
|
Loading…
Reference in New Issue