Restore demo mode buttons
cgen-42ae301ad19640ddbfaf7f3405569b5d
This commit is contained in:
parent
2031f2a12c
commit
ad88034b7a
1 changed files with 10 additions and 10 deletions
|
|
@ -20,15 +20,6 @@ export default function SupabaseStatus() {
|
|||
All features are available for testing!
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="border-blue-500/50 text-blue-300 hover:bg-blue-500/20"
|
||||
onClick={() => window.open('https://app.supabase.com/project/kmdeisowhtsalsekkzqd/auth/providers', '_blank')}
|
||||
>
|
||||
<Info className="h-3 w-3 mr-1" />
|
||||
Setup OAuth
|
||||
</Button>
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
|
|
@ -40,9 +31,18 @@ export default function SupabaseStatus() {
|
|||
notification.style.display = 'none';
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Info className="h-3 w-3 mr-1" />
|
||||
Got it!
|
||||
</Button>
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="border-blue-500/50 text-blue-300 hover:bg-blue-500/20"
|
||||
onClick={() => window.open('/login', '_self')}
|
||||
>
|
||||
<ExternalLink className="h-3 w-3 mr-1" />
|
||||
Dismiss
|
||||
Try Login
|
||||
</Button>
|
||||
</div>
|
||||
</AlertDescription>
|
||||
|
|
|
|||
Loading…
Reference in a new issue