forked from jsnbuchanan/crowd-funder-for-time-pwa
chore: remove saveMySettings that depended on an implicit variable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user