refactor(core): Fix misspelling of credentials (#3479)
This commit is contained in:
@@ -227,7 +227,7 @@ export function qsSetStatus(status: string) {
|
||||
|
||||
// Validation -----------------------------------------------------------------------
|
||||
|
||||
export async function validateCrendetials(
|
||||
export async function validateCredentials(
|
||||
this: ICredentialTestFunctions,
|
||||
decryptedCredentials: ICredentialDataDecryptedObject,
|
||||
): Promise<IHaloPSATokens> {
|
||||
|
||||
Reference in New Issue
Block a user