Welcome to mirror list, hosted at ThFree Co, Russian Federation.

setupFinished.twig « templates « TwoFactorAuth « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 456e8f51896176dd32d2a45af89aea7fb1bdc795 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'admin.twig' %}
{% block content %}
    <div piwik-content-block class="twoFactorSetupFinished">
        <h2 class="successMessage">
            {{ 'TwoFactorAuth_SetupFinishedTitle'|translate }}
        </h2>
        <h3>{{ 'TwoFactorAuth_SetupFinishedSubtitle'|translate }}</h3>
        <p><br />
        <a class="btn" href="{{ linkTo({'module': 'UsersManager', 'action': 'userSettings'}) }}">{{ 'General_Continue'|translate }}</a></p>
    </div>
{% endblock %}