-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c57985b
commit 04815a2
Showing
3 changed files
with
509 additions
and
3 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
launcher/src/components/UI/multi-server/components/login-form/LoginBox.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<template> | ||
<div class="col-start-1 col-span-full row-start-1 row-span-full p-2 pl-0 grid grid-cols-12 grid-rows-12"> | ||
<div class="col-start-1 col-span-full row-start-1 row-end-12 bg-slate-800 rounded-md p-2"> | ||
<LoginForm /> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script setup> | ||
import LoginForm from "./LoginForm.vue"; | ||
</script> |
Oops, something went wrong.