fix(api): export reinitAuth from lib/auth.ts
reinitAuth was imported by authProvider.ts but never defined. Added a stub implementation that resolves immediately — proper restart mechanism is tracked in GRO-390. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -179,7 +179,7 @@ export async function initAuth(): Promise<void> {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
session: {
|
session: {
|
||||||
expiresIn: 60 * 60 * 24 * 7, // 7 days
|
expiresIn: 60 * 60 * 24 * 7, // 7 days
|
||||||
updateAge: 60 * 60 * 24, // 1 day
|
updateAge: 60 * 60 * 24, // 1 day
|
||||||
|
|||||||
Reference in New Issue
Block a user