diff --git a/src/component-library/pages/legacy/Login/Login.tsx b/src/component-library/pages/legacy/Login/Login.tsx index afe8b11d0..e2f4f6be8 100644 --- a/src/component-library/pages/legacy/Login/Login.tsx +++ b/src/component-library/pages/legacy/Login/Login.tsx @@ -142,7 +142,7 @@ export const Login = ({ setLastAuthMethod('x509'); handleAuthViewModel(x509AuthViewModel); - handleX509Session(x509AuthViewModel, account || '', vo.shortName); + handleX509Session(x509AuthViewModel, x509AuthViewModel.rucioAccount, vo.shortName); }; const submitUserPass = async (account: string | undefined) => {