dfinity / agent-js

A collection of libraries and tools for building software around the Internet Computer, in JavaScript.
https://agent-js.icp.xyz
Apache License 2.0
151 stars 94 forks source link

Reloading page automatically is a bug #884

Open vporton opened 3 months ago

vporton commented 3 months ago

Describe the bug A user starts to write a blog post, has a coffee break, and returns to finish the post. But due to auto-reload of page on end auth session the page is reload and the blog post text is gone. That's called data loss.

The default mode should not auto-reload page on timeout.