Skip to content

Instantly share code, notes, and snippets.

View naouflex's full-sized avatar
🌴

Naoufel naouflex

🌴
View GitHub Profile
@naouflex
naouflex / autologin.html
Created November 15, 2022 11:04 — forked from underscoreanuj/autologin.html
templates for django-metamask-auth
{% extends 'base.html' %}
{% block content %}
<div class="row m-t-2">
<p>You will be logged in soon.</p>
</div>
{% endblock content %}
{% block javascript %}
{{ block.super }}
<script>
function ready(fn) {