feat: add ability for platforms to define custom login selector ui
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
@close="hideModal"
|
||||
>
|
||||
<template #body>
|
||||
<template v-if="isLoadingAllowedAuthProviders">
|
||||
<template v-if="platform.auth.customLoginSelectorUI">
|
||||
<component :is="platform.auth.customLoginSelectorUI" />
|
||||
</template>
|
||||
|
||||
<template v-else-if="isLoadingAllowedAuthProviders">
|
||||
<div class="flex justify-center">
|
||||
<HoppSmartSpinner />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user