feat: Implement initial with admin and mobile clients, authentication, data models, and lead generation scripts.
This commit is contained in:
@@ -12,10 +12,7 @@ export function useAuth() {
|
||||
|
||||
return {
|
||||
session,
|
||||
orgId: 'org-1',
|
||||
role: 'member' as const,
|
||||
isAuthenticated: true, // Mock: immer eingeloggt
|
||||
isAdmin: false,
|
||||
isAuthenticated: !!session,
|
||||
signOut: handleSignOut,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user