Make expiration times consistent

This commit is contained in:
2023-11-22 22:11:24 -05:00
parent e5b446ae1d
commit fd13a0b141

View File

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