Made the Logs uploadable
This commit is contained in:
@@ -18,7 +18,7 @@ namespace GhostSystem
|
||||
public const string supabaseAnonKey = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNlemdoeHp0dnlnZ3dndW55aG1xIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDcyMTk5MzcsImV4cCI6MjA2Mjc5NTkzN30.vr6-3X3Ux_DjcCiw_CqG-VKP8BiBXtmCzAXjYTiA_vY";
|
||||
|
||||
public Client supabase { get; private set; }
|
||||
public string userId => supabase?.Auth?.CurrentUser?.Id;
|
||||
public string userId = "09321725-0150-4df0-92a7-029005cc75eb";
|
||||
|
||||
private string email;
|
||||
private string password;
|
||||
|
||||
Reference in New Issue
Block a user