We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121b225 commit a862e60Copy full SHA for a862e60
src/app/auth/login/page.tsx
@@ -75,7 +75,7 @@ export default function Login() {
75
console.log(error)
76
return Promise.resolve({
77
status: 'error',
78
- message: 'An error occurred while trying to login with x509 certificate: ' + error,
+ message: 'An error occurred while trying to login with x509 certificate: ' + (error as Error).message,
79
rucioAccount: '',
80
rucioAuthType: '',
81
rucioIdentity: '',
0 commit comments