d8b61b7da8653ad2fcd76a719549fab0cf283be1
Server-action files ('use server') can only export async functions.
Exporting initialAuthState (object) caused:
'A use server file can only export async functions, found object'
when sign-up form was submitted.
Moved AuthState type and initialAuthState const to lib/appwrite/auth-types.ts.
Updated 3 form components to import the const from the new location.
Description
No description provided
Languages
TypeScript
99.5%
CSS
0.5%