mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
watch for browser back button press and update
This commit is contained in:
@@ -14,7 +14,7 @@ class HomePageElement extends HTMLElement {
|
||||
@update
|
||||
connectedCallback() {
|
||||
this.pingService = new PingService(this.appMain?.appService);
|
||||
this.getPong();
|
||||
if (this.appMain.isAuth) this.getPong();
|
||||
}
|
||||
|
||||
getPong = async () => {
|
||||
|
||||
Reference in New Issue
Block a user