File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 153153 <a-tab-pane key =" oauth" :disabled =" !socialLogin" >
154154 <template #tab >
155155 <span style =" display : inline-flex ; align-items : center ; gap : 4px ;" >
156- <img src =" /assets/github.svg" style =" width : 16px ; height : 16px ; display : block ;" />
157- <img src =" /assets/google.svg" style =" width : 16px ; height : 16px ; display : block ;" />
156+ <img src =" /assets/github.svg" alt = " GitHub " style =" width : 16px ; height : 16px ; display : block ;" />
157+ <img src =" /assets/google.svg" alt = " Google " style =" width : 16px ; height : 16px ; display : block ;" />
158158 <span >External</span >
159159 </span >
160160 </template >
181181 :href =" getGitHubUrl(from)"
182182 class =" auth-btn github-auth"
183183 style =" height : 38px ; width : 185px ; padding : 0 ; margin-bottom : 5px ;" >
184- <img src =" /assets/github.svg" style =" width : 32px ; padding : 5px " />
185- <a-typography-text >Sign in with Github </a-typography-text >
184+ <img src =" /assets/github.svg" alt = " GitHub " style =" width : 32px ; padding : 5px " />
185+ <a-typography-text >Sign in with GitHub </a-typography-text >
186186 </a-button >
187187 </div >
188188 <div class =" social-auth" v-if =" oauthGoogleProvider" >
193193 :href =" getGoogleUrl(from)"
194194 class =" auth-btn google-auth"
195195 style =" height : 38px ; width : 185px ; padding : 0 " >
196- <img src =" /assets/google.svg" style =" width : 32px ; padding : 5px " />
196+ <img src =" /assets/google.svg" alt = " Google " style =" width : 32px ; padding : 5px " />
197197 <a-typography-text >Sign in with Google</a-typography-text >
198198 </a-button >
199199 </div >
@@ -361,8 +361,6 @@ export default {
361361 const params = {}
362362 if (domain) {
363363 params .domain = domain
364- }
365- if (domain) {
366364 this .oauthLoading = true
367365 }
368366 getAPI (' listOauthProvider' , params).then (response => {
You can’t perform that action at this time.
0 commit comments