Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Jan 22, 2024
1 parent d418f5d commit 6b82752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffolds/nextjs-dedicated-wallet/scaffold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class DedicatedScaffold extends BaseScaffold {
this.data = data;

if (typeof this.source !== 'string') {
data?.loginMethods.forEach((authType) => {
data.loginMethods.forEach((authType) => {
(this.source as string[]).push(`./src/components/magic/auth/${authType.replaceAll(' ', '')}.tsx`);
if (
authType === 'Discord' ||
Expand Down

0 comments on commit 6b82752

Please sign in to comment.