From e2e9aedd80e36679cb823069d31a4447ec290222 Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Tue, 19 May 2026 17:37:30 +0200 Subject: [PATCH] remove trailing new line according biome notification --- static/js/features/auth/auth.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/features/auth/auth.js b/static/js/features/auth/auth.js index 05a2d612..61aa0d7a 100644 --- a/static/js/features/auth/auth.js +++ b/static/js/features/auth/auth.js @@ -1277,4 +1277,3 @@ function redirectToMainApp() { window.location.href = '/login?error=redirect_failed'; } } -