feat: divider for the additional platform login items
This commit is contained in:
parent
71bcd22444
commit
15c2c7bb5b
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
|||
@click="mode = 'email'"
|
||||
/>
|
||||
|
||||
<hr v-if="additonalLoginItems.length > 0" />
|
||||
|
||||
<HoppSmartItem
|
||||
v-for="loginItem in additonalLoginItems"
|
||||
:key="loginItem.id"
|
||||
|
|
|
|||
Loading…
Reference in a new issue