- disabled login spid;
This commit is contained in:
@@ -29,13 +29,13 @@ const Login = () => {
|
|||||||
const { origin } = window.location;
|
const { origin } = window.location;
|
||||||
|
|
||||||
const loginWithSpid = () => {
|
const loginWithSpid = () => {
|
||||||
if (!loading) {
|
/*if (!loading) {
|
||||||
if (APP_HUB_ID) {
|
if (APP_HUB_ID) {
|
||||||
window.location.replace(`${API_BASE_URL}/saml2/authenticate/loginumbria?hubId=${APP_HUB_ID}`);
|
window.location.replace(`${API_BASE_URL}/saml2/authenticate/loginumbria?hubId=${APP_HUB_ID}`);
|
||||||
}else {
|
} else {
|
||||||
window.location.replace(`${API_BASE_URL}/saml2/authenticate/loginumbria`);
|
window.location.replace(`${API_BASE_URL}/saml2/authenticate/loginumbria`);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
const validateCallback = (data) => {
|
const validateCallback = (data) => {
|
||||||
@@ -103,7 +103,7 @@ const Login = () => {
|
|||||||
|
|
||||||
<Messages ref={errorMsgs}/>
|
<Messages ref={errorMsgs}/>
|
||||||
|
|
||||||
<button className="appPageLogin__spidBtn" onClick={loginWithSpid}>
|
<button className="appPageLogin__spidBtn" onClick={loginWithSpid} disabled={true}>
|
||||||
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<g clipPath="url(#clip0_1156_13356)">
|
<g clipPath="url(#clip0_1156_13356)">
|
||||||
<path
|
<path
|
||||||
|
|||||||
Reference in New Issue
Block a user