mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-05-05 18:32:45 -03:00
Merge pull request #82 from emailerfacu-spec/firebase-Oauth
Firebase oauth
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
let showCrearPost = $state(false);
|
||||
|
||||
let data = $derived(page.data);
|
||||
$inspect(data);
|
||||
|
||||
let fetching = false;
|
||||
|
||||
@@ -195,11 +196,13 @@
|
||||
<UserPen />
|
||||
</Button>
|
||||
</DialogModificarUsuario>
|
||||
<DialogResetPassword bind:data>
|
||||
<Button variant="default" size="icon-lg">
|
||||
<Key />
|
||||
</Button>
|
||||
</DialogResetPassword>
|
||||
{#if !$sesionStore.isFirebase}
|
||||
<DialogResetPassword bind:data>
|
||||
<Button variant="default" size="icon-lg">
|
||||
<Key />
|
||||
</Button>
|
||||
</DialogResetPassword>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user