mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 01:11:36 +08:00
8 lines
258 B
HTML
8 lines
258 B
HTML
{% extends "layout.html" %}
|
|
{% block toptext %}
|
|
This is the Federated Open Authentication provider homepage.
|
|
{% endblock %}
|
|
{% block main %}
|
|
You will be redirected to this application whenever another application requires you to authenticate.
|
|
{% endblock %}
|