diff --git a/app/controllers/identity.js b/app/controllers/identity.js index 7af80206..4497d190 100644 --- a/app/controllers/identity.js +++ b/app/controllers/identity.js @@ -37,13 +37,6 @@ export default class IdentityController extends Controller { return 'getStarted'; } - get isDev() { - if (this.router.currentRoute) { - return this.router.currentRoute.queryParams.dev; - } - return false; - } - @tracked state = this.intialState; @action setState(value) { diff --git a/app/templates/identity.hbs b/app/templates/identity.hbs index 2a6e1883..4167f53c 100644 --- a/app/templates/identity.hbs +++ b/app/templates/identity.hbs @@ -1,140 +1,43 @@ {{page-title 'Identity'}} -{{#if this.isDev}} -
Verification process is Pending!
- - {{else if (eq @model.profileStatus 'VERIFIED')}} -Verification Done!
- {{else}} - {{#if (eq @model.profileStatus 'BLOCKED')}} -Your previous chaincode is blocked for some reason. Please generate a - new chaincode.
- {{/if}} -