1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-21 05:41:31 +00:00

fix(ui): Swap translations for oversized dropdown

* Fix other typos
* Fixes #6400

Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
This commit is contained in:
Marvin A. Ruder
2025-03-25 21:24:22 +01:00
parent d584dd387e
commit 05fc4f7aba
11 changed files with 30 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ if ($iam_provider){
}
} elseif ($_GET['code'] && $_GET['state'] === $_SESSION['oauth2state']) {
// Check given state against previously stored one to mitigate CSRF attack
// Recieved access token in $_GET['code']
// Received access token in $_GET['code']
// extract info and verify user
identity_provider('verify-sso');
}