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 4569851 commit c0d0668Copy full SHA for c0d0668
src/client.rs
@@ -535,7 +535,7 @@ impl AuthClient {
535
let mut params = vec![("provider", provider.to_string())];
536
537
if let Some(ref redirect) = o.redirect_to {
538
- params.push(("email_redirect_to", redirect.to_string()));
+ params.push(("redirect_to", redirect.to_string()));
539
}
540
541
if let Some(ref extra) = o.query_params {
0 commit comments