mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
feat: or button on sign in page
This commit is contained in:
@@ -84,7 +84,9 @@ const navigateToExternalSSOUrl = () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<template v-if="isSsoEnabled">
|
<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>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user