fix error setting the apiServer to "", plus some refactors while fixing test 40

This commit is contained in:
2025-02-16 20:36:44 -07:00
parent 41afbb52a2
commit e27aefc19e
5 changed files with 35 additions and 37 deletions

View File

@@ -539,7 +539,6 @@ export default class HomeView extends Vue {
if (resp.status === 200) {
await updateAccountSettings(this.activeDid, {
isRegistered: true,
apiServer: "",
});
this.isRegistered = true;
}