Sets flag to show token credential input to false

This commit is contained in:
Seyi Adebajo 2019-09-18 12:55:59 -07:00
parent 829a10ce09
commit 6080ddfae9

View File

@ -16,7 +16,7 @@
vipToken=this.vipToken
isInternal=this.model.isInternal
errorMessage=this.errorMessage
showTokenCredentialInput=this.model.isInternal
showTokenCredentialInput=false
onSubmit=(action "authenticateUser")
}}
</section>