feat: Update error handling to use getErrorMessage utility and improve logging across multiple services
This commit is contained in:
@@ -24,7 +24,7 @@ export class CredentialEncryption {
|
||||
}
|
||||
this.key = await crypto.subtle.importKey(
|
||||
'raw',
|
||||
keyBytes,
|
||||
keyBytes.buffer as ArrayBuffer,
|
||||
{ name: this.algorithm },
|
||||
false,
|
||||
['encrypt', 'decrypt']
|
||||
|
||||
Reference in New Issue
Block a user