fix linting
This commit is contained in:
@@ -672,7 +672,9 @@ export default class ContactQRScanShow extends Vue {
|
||||
}
|
||||
|
||||
async onCopyUrlToClipboard() {
|
||||
const account = await libsUtil.retrieveFullyDecryptedAccount(this.activeDid) as Account;
|
||||
const account = (await libsUtil.retrieveFullyDecryptedAccount(
|
||||
this.activeDid,
|
||||
)) as Account;
|
||||
const jwtUrl = await generateEndorserJwtUrlForAccount(
|
||||
account,
|
||||
this.isRegistered,
|
||||
|
||||
Reference in New Issue
Block a user