Skip to content

Commit

Permalink
fix: missing runtime option, close #2630
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 22, 2025
1 parent 9b5f4c2 commit 500f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/auth/LoginModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const LoginModalContent = (props: LoginModalContentProps) => {
</MotionButtonBase>
))}

<AuthProvidersRender providers={extraProviders} />
<AuthProvidersRender providers={extraProviders} runtime={runtime} />
</div>
</>
)
Expand Down

0 comments on commit 500f0ba

Please sign in to comment.