feat: or button on sign in page

This commit is contained in:
Eli Bosley
2025-01-21 12:34:19 -05:00
parent 3abf20b347
commit 11ff890bcc

View File

@@ -84,7 +84,9 @@ const navigateToExternalSSOUrl = () => {
<template>
<template v-if="isSsoEnabled">
<Button btnStyle="outline" @click="navigateToExternalSSOUrl" >Sign In With Unraid.net Account</Button>
<hr class="my-4" />
<p class="text-center my-4">Or</p>
<Button btnStyle="outline" style="border-radius: 0;" @click="navigateToExternalSSOUrl" >Sign In With Unraid.net Account</Button>
</template>
</template>