containers/aws-gcp-migration/aws/src/frontend/templates/login.html [17:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% include 'shared/html_head.html' %}
{% include 'shared/platform_banner.html' %}
{% include 'shared/navigation.html' %}
{% if message != None and message != 'Login Failed' %}
{% endif %}
errorLogin failed.
{% if response_type == "code" %}
{% include 'shared/footer.html' %}
{% include 'shared/scripts.html' %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
containers/aws-gcp-migration/gcp/src/frontend/templates/login.html [17:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% include 'shared/html_head.html' %}
{% include 'shared/platform_banner.html' %}
{% include 'shared/navigation.html' %}
{% if message != None and message != 'Login Failed' %}
{% endif %}
errorLogin failed.
{% if response_type == "code" %}
{% include 'shared/footer.html' %}
{% include 'shared/scripts.html' %}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -