- fixed login with spid fe issue;

- improved 'add user' form;
- added new field 'paragraph';
This commit is contained in:
Vitalii Kiiko
2024-10-01 09:37:11 +02:00
parent 128be9e245
commit 4ba883c073
7 changed files with 81 additions and 114 deletions

View File

@@ -22,7 +22,7 @@ const Login = () => {
const loginWithSpid = () => {
if (!loading) {
//window.location.replace(`${API_BASE_URL}/saml2/authenticate/loginumbria`);
window.location.replace(`${API_BASE_URL}/saml2/authenticate/loginumbria`);
}
}