Skip to content

Commit

Permalink
Don't show public without server (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffa5 authored Jul 19, 2023
1 parent e89e0c9 commit dbc9ea8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/src/pages/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,7 @@ pub fn view(_global_model: &GlobalModel, model: &Model) -> Node<GMsg> {
]
}
} else {
div![
div![C!["py-1", "px-2", "m-1"], "No auth providers available"],
public_provider
]
div![C!["py-1", "px-2", "m-1"], "No auth providers available"]
}
]
}

0 comments on commit dbc9ea8

Please sign in to comment.