From 87d4ed3a4bd64b680e45cbd3ee2eb5784d1fe770 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 23 Nov 2021 16:15:45 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 login/static/base.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/login/static/base.js b/login/static/base.js
index bffe5f7..1c0d128 100644
--- a/login/static/base.js
+++ b/login/static/base.js
@@ -51,7 +51,7 @@ function flow_login() {
 
         // Query the Kratos backend to know what fields to render for the
         // current flow
-        $.ajax( {
+        $.ajax({
             type: "GET",
             url: uri,
             success: function(data) {
-- 
GitLab