fix: two factor

This commit is contained in:
Andras Bacsai
2024-03-25 14:23:32 +01:00
parent c9160cabc5
commit 37333f7fbe
8 changed files with 18 additions and 138 deletions

View File

@@ -38,7 +38,6 @@
@section('body')
<body>
{{-- @livewire('wire-elements-modal') --}}
<x-toast />
<script data-navigate-once>
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia(

View File

@@ -1,7 +1,7 @@
@extends('layouts.base')
@section('body')
@parent
<main>
<main class="h-full bg-gray-50 dark:bg-base">
{{ $slot }}
</main>
@parent
@endsection