From a463866a87e7d2701e15fc9db96e0a3a546fceac Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Thu, 10 Jun 2021 12:01:06 +0200
Subject: [PATCH] typo

---
 frontend/js/auth.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/js/auth.js b/frontend/js/auth.js
index 80ba233..8c6ff1b 100644
--- a/frontend/js/auth.js
+++ b/frontend/js/auth.js
@@ -8,7 +8,7 @@
 /*
 makes a post call for the token and stores it in localstorage
 */
-function login(isername, password) {
+function login(username, password) {
 
 }
 
-- 
GitLab