From 9e06941d0f2cf9373b7704f19fc2793db34702c4 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 23 Nov 2021 16:15:38 +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 82aeb20..bffe5f7 100644
--- a/login/static/base.js
+++ b/login/static/base.js
@@ -129,7 +129,7 @@ function flow_settings() {
                     Cookies.set('flow_state', 'settings');
                 }
 
-                // Hide prfile section if we are in recovery state
+                // Hide profile section if we are in recovery state
                 // so the user is not confused by other fields. The user
                 // probably want to setup a password only first.
                 if (state == 'recovery') {
-- 
GitLab