fix: lowercase or

This commit is contained in:
Eli Bosley
2025-01-23 13:53:37 -05:00
parent 3042ffa37e
commit 29a8689ad8

View File

@@ -133,7 +133,7 @@ const navigateToExternalSSOUrl = () => {
<template v-if="isSsoEnabled">
<div class="w-full flex flex-col gap-1 my-1">
<hr v-if="currentState === 'idle' || currentState === 'error'" />
<p class="text-center" v-if="currentState === 'idle' || currentState === 'error'">Or</p>
<p class="text-center" v-if="currentState === 'idle' || currentState === 'error'">or</p>
<Button
:disabled="currentState === 'loading' || currentState === 'error'"
btnStyle="outline"