Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #98 from arielelkaslasi/main
Browse files Browse the repository at this point in the history
loading page updated
  • Loading branch information
arielldev authored Jun 17, 2024
2 parents 3c28314 + 1be71d5 commit d14ea66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/login/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ function loading(){
await invoke('system_make', {key: 'name',val: name_val});
let password_val = await invoke('create_value', {valType: 'string', val: location.state.password});
await invoke('system_make', {key: 'password',val: password_val});
navigate('/main_page');

});
}, []);

Expand Down

0 comments on commit d14ea66

Please sign in to comment.