We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1987cf2 commit 0fa1370Copy full SHA for 0fa1370
articles/active-directory/develop/tutorial-v2-react.md
@@ -210,7 +210,7 @@ export const SignInButton = () => {
210
}
211
212
return (
213
- <Button variant="secondary" className="ml-auto" onClick={() => handleLogin(instance)}>Sign in using Redirect</Button>
+ <Button variant="secondary" className="ml-auto" onClick={() => handleLogin("redirect")}>Sign in using Redirect</Button>
214
);
215
216
```
0 commit comments