소스 검색

fix: hide create account link for non-local strategies

Nick 5 년 전
부모
커밋
2fcbe4a3c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/login.vue

+ 1 - 1
client/components/login.vue

@@ -161,7 +161,7 @@
                       )
                       v-avatar.mr-3(tile, :class='strategy.color', size='24', v-html='strategy.icon')
                       span(style='text-transform: none;') {{ strategy.title }}
-                template(v-if='screen === "login" && selectedStrategy.selfRegistration')
+                template(v-if='screen === "login" && selectedStrategy.key === `local` && selectedStrategy.selfRegistration')
                   v-divider
                   v-card-actions.py-3(:class='isSocialShown ? "" : "grey lighten-4"')
                     v-spacer