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