[#3364] added mailcow OAuth2 provider
Co-authored-by: thisni1s <nils@jn2p.de>
This commit is contained in:
@@ -102,7 +102,12 @@
|
||||
|
||||
{#if provider.optionsComponent}
|
||||
<div class="col-lg-12">
|
||||
<svelte:component this={provider.optionsComponent} key={provider.key} bind:config />
|
||||
<svelte:component
|
||||
this={provider.optionsComponent}
|
||||
key={provider.key}
|
||||
bind:config
|
||||
{...provider.optionsComponentProps || {}}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user