We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d3178 commit 21760ffCopy full SHA for 21760ff
src/components/Common/Login/Form.vue
@@ -46,8 +46,13 @@
46
>
47
</div>
48
49
- <div v-for="strategy in strategies" class="w-100 d-flex justify-content-center mt-2">
+ <div
50
+ v-for="strategy in strategies"
51
+ v-bind:key="strategy"
52
+ class="w-100 d-flex justify-content-center mt-2"
53
+ >
54
<b-button
55
56
class="w-100"
57
variant="primary"
58
data-cy="Login-submitBtn-strategy"
0 commit comments