Skip to content

Commit

Permalink
Fix the bug with x509 authentication failing with single account for …
Browse files Browse the repository at this point in the history
…identity
  • Loading branch information
MytsV authored and maany committed Nov 12, 2024
1 parent 7691b79 commit e9c5233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component-library/pages/legacy/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit e9c5233

Please sign in to comment.