diff --git a/src/core/methods/login/helpers/processModifiedAccount.ts b/src/core/methods/login/helpers/processModifiedAccount.ts index 87bdeff3..2f56ebd1 100644 --- a/src/core/methods/login/helpers/processModifiedAccount.ts +++ b/src/core/methods/login/helpers/processModifiedAccount.ts @@ -10,7 +10,7 @@ interface SetMultisigLoginToken<T> extends GetMultiSigLoginTokenType { loginService: T; } -// TODO check if this is needed anuymore as we are not using it and a new implementation is already in place in the applyAccountImpersonation.ts +// TODO check if this is needed anymore as we are not using it and a new implementation is already in place in the impersonateAccount.ts export const processModifiedAccount = async < T extends { setLoginToken: (loginToken: string) => void;