mirror of
https://github.com/unraid/api.git
synced 2026-05-19 15:40:31 -05:00
feat: redact username (#699)
This commit is contained in:
@@ -345,7 +345,7 @@ export const report = async (...argv: string[]) => {
|
||||
? 'authenticated'
|
||||
: 'signed out',
|
||||
...(config?.remote?.username
|
||||
? { myServersUsername: config?.remote?.username }
|
||||
? { myServersUsername: config?.remote?.username?.includes('@') ? 'REDACTED' : config?.remote.username }
|
||||
: {}),
|
||||
},
|
||||
minigraph: {
|
||||
|
||||
Reference in New Issue
Block a user