Skip to content

Commit

Permalink
disable mendatory mobile verification
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed Jan 18, 2024
1 parent 1918617 commit e095a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pods/application/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
{{else}}
{{outlet}}
{{/if}}
{{#if (not currentUser.user.verifiedmobile)}}
{{!-- {{#if (not currentUser.user.verifiedmobile)}}
<script>
document.getElementsByTagName('cb-mobile-verification')[0].classList.remove('hide-cb-mobile-verification-prompt')
</script>
{{/if}}
{{/if}} --}}

0 comments on commit e095a99

Please sign in to comment.