mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
add localstorage for last connected baseurl
This commit is contained in:
@@ -50,7 +50,7 @@ async function getMe() {
|
||||
|
||||
console.log("active user: ", data.name)
|
||||
userStore.setUser(data);
|
||||
userStore.baseUrl = data.endpoint;
|
||||
userStore.setBaseUrl(data.endpoint);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user