Make expiration times consistent
This commit is contained in:
parent
e5b446ae1d
commit
fd13a0b141
@ -60,7 +60,7 @@ export async function onRequestPost(context: RequestContext) {
|
||||
oldUser: authedUser,
|
||||
}),
|
||||
{
|
||||
expirationTtl: 900,
|
||||
expirationTtl: 3600,
|
||||
},
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user