chore: format

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2025-01-01 10:41:41 +05:30
parent b0ecec2e18
commit 7c8c1e73a4
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -4,8 +4,8 @@
{% block footer %}{% endblock %} {% block footer %}{% endblock %}
{% block page_content %} {% block page_content %}
<script> <script>
window.onload = function(){ window.onload = function () {
frappe.logout() frappe.logout()
} }
</script> </script>
{% endblock %} {% endblock %}