Skip to content

Commit

Permalink
docs: added simple redirect_url documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-ASD authored and ctron committed Nov 16, 2023
1 parent 7dec958 commit d7e29d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use yew::Callback;
#[derive(Debug, Clone, Default, PartialEq, Eq)]
pub struct LoginOptions {
pub query: HashMap<String, String>,
/// Defines the redirect URL. If thsi field is empty, the current URL is used as a redirect URL.
pub redirect_url: Option<Url>,
}

Expand Down

0 comments on commit d7e29d9

Please sign in to comment.