{% extends "base.html" %} {% set hide_header = true %} {% set hide_footer = true %} {% block title %}Sign In - Ursa Customer Portal{% endblock %} {% block content %}

Welcome back

Sign in to access your genomics dashboard

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if not auth_enabled %}
Authentication Disabled

The portal is running in no-auth mode. Click below to continue.

Continue to Dashboard {% else %} {% if hosted_ui_enabled %}
Single Sign-On Enabled

Use Cognito Hosted UI to sign in.

Continue to Sign In {% else %}
Forgot password?
{% endif %} {% endif %}
{% endblock %}