mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-04 14:53:14 +00:00
Merge pull request #1501 from theseyi/datahub
Sets flag to show token credential input to false
This commit is contained in:
commit
81e34e8d22
@ -16,7 +16,7 @@
|
|||||||
vipToken=this.vipToken
|
vipToken=this.vipToken
|
||||||
isInternal=this.model.isInternal
|
isInternal=this.model.isInternal
|
||||||
errorMessage=this.errorMessage
|
errorMessage=this.errorMessage
|
||||||
showTokenCredentialInput=this.model.isInternal
|
showTokenCredentialInput=false
|
||||||
onSubmit=(action "authenticateUser")
|
onSubmit=(action "authenticateUser")
|
||||||
}}
|
}}
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user