StarrySkyWorld commited on
Commit
bc9c1cd
·
1 Parent(s): 486d5c3

fix: add page

Browse files
Files changed (1) hide show
  1. app/static/index.html +2 -2
app/static/index.html CHANGED
@@ -6951,7 +6951,7 @@ let pendingAction = null;
6951
  }
6952
 
6953
 
6954
- const STATE = {"filter":"all","sort":"email","compact":false,"settingsOpen":false,"searchQuery":"","scrollPosition":0,"activeTab":"accounts","disableToasts":true};
6955
 
6956
  function getState() { return STATE; }
6957
 
@@ -9426,4 +9426,4 @@ let pendingAction = null;
9426
  window.updateScheduledRegState = updateScheduledRegState;
9427
  </script>
9428
  </body>
9429
- </html>
 
6951
  }
6952
 
6953
 
6954
+ const STATE = {"filter":"all","sort":"email","compact":false,"settingsOpen":false,"searchQuery":"","scrollPosition":0,"activeTab":"accounts","disableToasts":false};
6955
 
6956
  function getState() { return STATE; }
6957
 
 
9426
  window.updateScheduledRegState = updateScheduledRegState;
9427
  </script>
9428
  </body>
9429
+ </html>