Made the Logs uploadable

This commit is contained in:
Thorbjoern
2025-07-23 00:15:13 +02:00
parent 1e8853d8c3
commit b4cdb3a57b
2 changed files with 14 additions and 13 deletions
@@ -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;