============================ EvanIdentityMissingComponent ============================ .. list-table:: :widths: auto :stub-columns: 1 * - Source - `EvanIdentityMissingComponent `__ Used to check if the identity for the current logged in user exists, if not, it will enable a functionality, to create a new identity. ------- Example ------- Reference Implementation: `EvanVerificationsOverviewComponent `__ - html :: this.identityExists = await this.bcc.claims.identityAvailable(this.core.activeAccount()); - typescript ::