chore: remove saveMySettings that depended on an implicit variable

This commit is contained in:
2025-09-22 20:18:38 -06:00
parent e8e0f315f8
commit c0f407eb72
4 changed files with 13 additions and 4 deletions

View File

@@ -645,7 +645,9 @@ export default class HomeView extends Vue {
if (resp.status === 200) {
// Ultra-concise settings update with automatic cache invalidation!
await this.$saveMySettings({ isRegistered: true });
await this.$saveUserSettings(this.activeDid, {
isRegistered: true,
});
this.isRegistered = true;
}
} catch (error) {