chore: vue lint error
This commit is contained in:
parent
76f85a2a95
commit
8b4c6e00b4
|
@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<MkModalWindow ref="dialog" :width="500" :height="550" :with-close-button=false @closed="emit('closed')">
|
<MkModalWindow ref="dialog" :width="500" :height="550" :withCloseButton="false" @closed="emit('closed')">
|
||||||
<template #header>
|
<template #header>
|
||||||
<i class="ph-warning-circle ph-bold ph-lg" style="margin-right: 0.5em;"></i>
|
<i class="ph-warning-circle ph-bold ph-lg" style="margin-right: 0.5em;"></i>
|
||||||
<b>Confirm your Identity</b>
|
<b>Confirm your Identity</b>
|
||||||
|
|
Loading…
Reference in New Issue