mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: or button on sign in page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user