Skip to content

Commit

Permalink
fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
CiprianDraghici committed Jul 26, 2024
1 parent f7231cf commit b7ffbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/methods/login/helpers/processModifiedAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b7ffbe7

Please sign in to comment.