Skip to content

Commit a862e60

Browse files
committed
x509: fix x509 endpoint url
1 parent 121b225 commit a862e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/auth/login/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function Login() {
7575
console.log(error)
7676
return Promise.resolve({
7777
status: 'error',
78-
message: 'An error occurred while trying to login with x509 certificate: ' + error,
78+
message: 'An error occurred while trying to login with x509 certificate: ' + (error as Error).message,
7979
rucioAccount: '',
8080
rucioAuthType: '',
8181
rucioIdentity: '',

0 commit comments

Comments
 (0)