Skip to content

Instantly share code, notes, and snippets.

View lorenzobn's full-sized avatar

LorenzoB. lorenzobn

View GitHub Profile
@lorenzobn
lorenzobn / auth.html
Created September 19, 2021 08:43
HTML page that displays the second-step in 2FA
{% extends 'layout.html' %}
{% block body %}
<div class="row" id="title">
<h1>How to enable 2FA</h1>
</div>
<div class="row">
{% if secret_key %}
<div class="six columns">
<form action="/login/auth" method="GET">
<div class="row">