Merge pull request #367 from dod-ccpo/hide-login-dev-button

Hide DEV login button for demo
This commit is contained in:
patricksmithdds 2018-10-02 12:23:53 -04:00 committed by GitHub
commit 9f8a3ecf55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
<a class="usa-button usa-button-big login-banner__button" href='{{ redirect_url }}'><span>Sign in with CAC</span></a>
{% if g.dev %}
{% if False %}
<a class="usa-button usa-button-big usa-button-secondary" href='{{ url_for("dev.login_dev", **request.args) }}'><span>DEV Login</span></a>
{% endif %}
</div>