Restore demo mode messaging for unconfigured Supabase
cgen-0325d84cf59c4bb19f7a3960b3fd289c
This commit is contained in:
parent
15d2468fb3
commit
2031f2a12c
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ export default function SupabaseStatus() {
|
|||
<Info className="h-4 w-4" />
|
||||
<AlertDescription className="space-y-3">
|
||||
<div>
|
||||
<strong>Connected:</strong> Supabase is configured! To enable GitHub/Google login,
|
||||
configure OAuth providers in your Supabase dashboard.
|
||||
<strong>Demo Mode:</strong> Full functionality with simulated data.
|
||||
All features are available for testing!
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue