Skip to content

Commit

Permalink
🔧 change example page oauth uri
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Jan 27, 2024
1 parent 99cfb67 commit 96699cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/frontend/pages/example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use rust_2048::Model;

#[function_component(Example)]
pub fn example() -> Html {
let config = Config::new("example-client", "http://localhost:8080");
let config = Config::new("example-client", "https://azero.web3-login.net");

html! {
<div id="example">
Expand Down

0 comments on commit 96699cb

Please sign in to comment.