Skip to content

Commit

Permalink
fixed rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsadiqueinam committed Apr 30, 2024
1 parent dd720ed commit c6a9273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ export async function configure(command: ConfigureCommand) {
* Register provider
*/
await codemods.updateRcFile((rcFile) => {
rcFile.addProvider('@nulix/adonis-2fa/two_factor_auth_provider')
rcFile.addProvider('@mdsadique-inam/adonis-2fa/two_factor_auth_provider')
})
}

0 comments on commit c6a9273

Please sign in to comment.