Neah version calendar fix 3 debuger sec chance 2

This commit is contained in:
alma 2025-04-17 00:00:17 +02:00
parent b2fce2ad74
commit 3bdc2745ca

View File

@ -61,6 +61,7 @@ export const authOptions: NextAuthOptions = {
callbacks: {
async jwt({ token, account, profile }) {
if (account && profile) {
token.sub = profile.sub;
token.accessToken = account.access_token;
token.refreshToken = account.refresh_token;
token.accessTokenExpires = account.expires_at! * 1000;