flows: remove FlowExecutorShellView
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
12
authentik/core/templates/if/flow.html
Normal file
12
authentik/core/templates/if/flow.html
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends "base/skeleton.html" %}
|
||||
|
||||
{% load static %}
|
||||
|
||||
{% block head %}
|
||||
<script src="{% static 'dist/flow.js' %}?v={{ ak_version }}" type="module"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<ak-message-container></ak-message-container>
|
||||
<ak-flow-executor></ak-flow-executor>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user