Skip to content

Commit

Permalink
add back AuthWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Jan 24, 2023
1 parent 425ebc6 commit 15209d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/_main_/header/_Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COMPONENT JS - BASIC
import type { Cache_Single_Lang_Header_Translation_Response } from "$lib/models/_main_/navbar/types";
import { sessionStore } from '$lib/store/session';
// import AuthWidget from '../auth/Auth_Widget.svelte';
import AuthWidget from '../auth/Auth_Widget.svelte';
/**
* [ℹ] component variables;
Expand Down Expand Up @@ -435,7 +435,7 @@ TODO:FIXME: not generating for each LANG
[ℹ] show/hide auth widget
-->
<!-- {#if show_auth} -->
<!-- <AuthWidget /> -->
<AuthWidget />
<!-- {/if}4 -->

<!--
Expand Down

0 comments on commit 15209d3

Please sign in to comment.