Skip to content

Commit 7e94d56

Browse files
committed
docu
Signed-off-by: Jan Zachmann <[email protected]>
1 parent 7ae08c2 commit 7e94d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/src/update/auth.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pub fn handle(event: Event, model: &mut Model) -> Command<Effect, Event> {
1717
let encoded = BASE64_STANDARD.encode(format!(":{password}"));
1818

1919
model.is_loading = true;
20+
// ToDo: replace by macro in future PR
2021
crux_core::Command::all([
2122
crux_core::render::render(),
2223
// Use dummy base URL to satisfy URL validation

0 commit comments

Comments
 (0)