mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
feat: redesign main page, get player working (mostly) with Apple Music source
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
} from 'vue';
|
||||
|
||||
export const useAuthStore = defineStore( 'authstore', () => {
|
||||
const isAuth = ref( false );
|
||||
const isAuth = ref( true );
|
||||
|
||||
return {
|
||||
isAuth
|
||||
|
||||
Reference in New Issue
Block a user