A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: login page error

Brooke daa340d3 b9019ef2

+3 -3
+2 -2
packages/panel/src/routes/(authenticated)/Navbar.svelte
··· 114 114 {#if returnable && !isMobile()} 115 115 <a href="./"><Fa icon={faChevronLeft} /> Back</a> 116 116 {/if} 117 - <div class="full"> 117 + <main class="full"> 118 118 {@render children()} 119 - </div> 119 + </main> 120 120 </div> 121 121 </div> 122 122
+1 -1
packages/panel/src/routes/login/+page.svelte
··· 39 39 <label for="password">Password</label> 40 40 <input required minlength="1" id="password" type="password" bind:value={credentials.password} /> 41 41 </div> 42 - <LoaderButton bind:loading> 42 + <LoaderButton {loading}> 43 43 {#snippet children(loading)} 44 44 {#if loading} 45 45 Logging in...