wip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 41s

This commit is contained in:
2026-03-25 21:37:01 +03:00
parent a8600b1ad7
commit 40370bab2c
2 changed files with 2 additions and 1 deletions

1
.env Normal file
View File

@@ -0,0 +1 @@
BASE_URL=https://chat.madsky.ru

View File

@@ -38,7 +38,7 @@ async function onSubmit() {
</div> </div>
<div class="flex items-center justify-between gap-2"> <div class="flex items-center justify-between gap-2">
<VSwitch hide-details label="Keep me signed in" /> <VSwitch hide-details label="Keep me signed in" />
<VBtn type="submit">Sign In</VBtn> <VBtn color="black" type="submit">Sign In</VBtn>
</div> </div>
</form> </form>
</template> </template>