|
|
@ -220,7 +220,7 @@ export default class NewEditProjectView extends Vue { |
|
|
|
const identity = await this.getIdentity(this.activeDid); |
|
|
|
if (!identity) { |
|
|
|
throw new Error( |
|
|
|
"An ID is chosen but there are no keys for it so it cannot be used to talk with the service.", |
|
|
|
"An ID is chosen but there are no keys for it so it cannot be used to talk with the service. Switch your ID.", |
|
|
|
); |
|
|
|
} |
|
|
|
this.LoadProject(identity); |
|
|
|