Merge pull request #360 from dod-ccpo/redirect-after-login-#160851186
Redirect after login #160851186
This commit is contained in:
@@ -15,13 +15,20 @@
|
||||
|
||||
<img class="login-banner__logo" src="/static/img/ccpo-logo.svg" alt="Cloud Computing Program Office Logo">
|
||||
|
||||
<a class="usa-button usa-button-big login-banner__button" href='{{ config.get('CAC_URL','https://cac.atat.codes') }}'><span>Sign in with CAC</span></a>
|
||||
<a class="usa-button usa-button-big login-banner__button" href='{{ redirect_url }}'><span>Sign in with CAC</span></a>
|
||||
|
||||
{% if g.dev %}
|
||||
<a class="usa-button usa-button-big usa-button-secondary" href='/login-dev'><span>DEV Login</span></a>
|
||||
<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>
|
||||
|
||||
{% if redirect %}
|
||||
{{ Alert('Log in Required.',
|
||||
message='After you log in, you will be redirected to your destination page.',
|
||||
level='warning'
|
||||
) }}
|
||||
{% endif %}
|
||||
|
||||
{{ Alert('Certificate Selection',
|
||||
message='When you are prompted to select a certificate, please select <strong>E-mail Certificate</strong> from the provided choices.',
|
||||
actions=[
|
||||
|
Reference in New Issue
Block a user