|
@@ -27,7 +27,7 @@ export const useSettingsStore = defineStore("settings", {
|
|
|
}
|
|
|
},
|
|
|
getters: {
|
|
|
- isGithubLinked: state => state.originalUser.services.github,
|
|
|
- isPasswordLinked: state => state.originalUser.services.password
|
|
|
+ isGithubLinked: state => state.originalUser.github,
|
|
|
+ isPasswordLinked: state => state.originalUser.password
|
|
|
}
|
|
|
});
|