mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: refresh cookie every day to keep user logged in
This commit is contained in:
parent
780b429fa9
commit
7d456f7460
5 changed files with 26 additions and 3 deletions
|
|
@ -8,6 +8,7 @@ import "@/assets/icons";
|
|||
import "@/utils/filters";
|
||||
import { initMediaSession } from "@/utils/mediaSession";
|
||||
import "./registerServiceWorker";
|
||||
import { dailyTask } from "@/utils/common";
|
||||
|
||||
import * as Sentry from "@sentry/browser";
|
||||
import { Vue as VueIntegration } from "@sentry/integrations";
|
||||
|
|
@ -41,6 +42,8 @@ if (process.env.VUE_APP_ENABLE_SENTRY === "true") {
|
|||
});
|
||||
}
|
||||
|
||||
dailyTask();
|
||||
|
||||
new Vue({
|
||||
i18n,
|
||||
store,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue