Merge pull request #1501 from theseyi/datahub

Sets flag to show token credential input to false
This commit is contained in:
Seyi Adebajo 2019-09-18 12:56:31 -07:00 committed by GitHub
commit 81e34e8d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>