mirror of
https://github.com/fergalmoran/supanextail.git
synced 2025-12-22 09:17:54 +00:00
Fix missing column in SQL and fix plan display in the dashboard
This commit is contained in:
@@ -14,8 +14,6 @@ export const AuthProvider = ({ children }) => {
|
||||
// Check active sessions and sets the user
|
||||
const session = supabase.auth.session();
|
||||
|
||||
console.log(session);
|
||||
|
||||
setUser(session?.user ?? null);
|
||||
setSession(session ?? null);
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user