File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed
src/components/Common/Login Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change 3333 </div >
3434
3535 <div class =" LoginForm-buttons" >
36- <div class =" d-flex flex-column align-items-center w-100 gap-3 " >
37- <div class =" w-100 d-flex justify-content-center mt-2 " >
36+ <div class =" d-flex flex-row-reverse " >
37+ <div class =" ml-1 " >
3838 <b-button
39- class =" w-100"
4039 variant =" primary"
4140 data-cy =" Login-submitBtn"
4241 type =" submit"
4645 >
4746 </div >
4847
49- <div
50- v-for =" strategy in strategies"
51- v-bind:key =" strategy"
52- class =" w-100 d-flex justify-content-center mt-2"
53- >
48+ <div v-for =" strategy in strategies" v-bind:key =" strategy" >
5449 <b-button
5550 v-bind:key =" strategy"
56- class =" w-100"
57- variant =" primary"
51+ variant =" outline-primary"
5852 data-cy =" Login-submitBtn-strategy"
5953 name =" action"
6054 @click =" loginWithStrategy(strategy)"
6357 >
6458 </div >
6559
66- <div class =" w-100 d-flex justify-content-center mt-2" >
67- <b-button
68- class =" w-100"
69- data-cy =" LoginAsAnonymous-Btn"
70- variant =" primary"
71- @click =" loginAsAnonymous"
60+ <div >
61+ <b-button data-cy =" LoginAsAnonymous-Btn" variant =" link" @click =" loginAsAnonymous"
7262 >Login as Anonymous</b-button
7363 >
7464 </div >
You can’t perform that action at this time.
0 commit comments