forked from jsnbuchanan/crowd-funder-for-time-pwa
fix error setting the apiServer to "", plus some refactors while fixing test 40
This commit is contained in:
@@ -539,7 +539,6 @@ export default class HomeView extends Vue {
|
||||
if (resp.status === 200) {
|
||||
await updateAccountSettings(this.activeDid, {
|
||||
isRegistered: true,
|
||||
apiServer: "",
|
||||
});
|
||||
this.isRegistered = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user