Make expiration times consistent

This commit is contained in:
Regalijan 2023-11-22 22:11:24 -05:00
parent e5b446ae1d
commit fd13a0b141
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -60,7 +60,7 @@ export async function onRequestPost(context: RequestContext) {
oldUser: authedUser,
}),
{
expirationTtl: 900,
expirationTtl: 3600,
},
);