1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-23 23:01:34 +00:00

Merge pull request #6402 from marvinruder/fix/long-dropdown-label

fix(ui): Swap translations for oversized dropdown
This commit is contained in:
FreddleSpl0it
2025-03-27 08:07:51 +01:00
committed by GitHub
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');
}