We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bb874 commit 2810362Copy full SHA for 2810362
electron/main/sge/socket/authenticate.ts
@@ -42,7 +42,7 @@ export const authenticate = async (options: {
42
if (!response.includes('\tKEY\t')) {
43
const authError = parseAuthError(response);
44
logger.error('authentication failed', { authError });
45
- throw new Error(`[SGE:LOGIN:ERROR:AUTHENTICATION] ${authError}`);
+ throw new Error(`[SGE:LOGIN:ERROR:AUTH] ${username} ${authError}`);
46
}
47
48
logger.debug('authenticated', { username });
0 commit comments