load home page on logout
This commit is contained in:
parent
1093e3ee22
commit
d77318d3fc
1 changed files with 3 additions and 1 deletions
|
|
@ -174,7 +174,9 @@ module POST = struct
|
|||
| Login ->
|
||||
send_data_update (Session_update v);
|
||||
Navigation.load Home
|
||||
| Logout -> send_data_update (Session_update v)
|
||||
| Logout ->
|
||||
send_data_update (Session_update v);
|
||||
Navigation.load Home
|
||||
| Delete _ -> (
|
||||
let is_op = Int.equal v.id v.parent_t_id in
|
||||
match is_op with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue