mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Move server stuff into API folder
This commit is contained in:
@@ -103,9 +103,6 @@ impl Auth {
|
||||
|
||||
ui.horizontal(|ui| {
|
||||
if ui.button("Login").clicked() {
|
||||
// Try to
|
||||
ui.ctx().request_repaint_after(Duration::from_millis(500));
|
||||
|
||||
let state = self.auth_state.clone();
|
||||
|
||||
crate::httpPost(
|
||||
|
||||
Reference in New Issue
Block a user