OTP认证二维码增加下载链接

This commit is contained in:
GoEdgeLab
2024-04-20 10:15:31 +08:00
parent 6baac5c18d
commit 91dbfcdbbb
4 changed files with 21 additions and 7 deletions

View File

@@ -64,8 +64,8 @@
<tr v-if="otp != null && otp.isOn && moreOptionsVisible">
<td>认证二维码</td>
<td>
<img :src="'/admins/otpQrcode?adminId=' + admin.id"/>
<p class="comment">可以通过二维码快速添加OTP认证信息到认证App中。</p>
<img alt="qrcode" :src="'./otpQrcode?adminId=' + admin.id"/>
<p class="comment"><a :href="'./otpQrcode?adminId=' + admin.id + '&download=true'">[下载]</a> &nbsp; 可以通过二维码快速添加OTP认证信息到认证App中。</p>
</td>
</tr>
<tr v-if="otp != null && otp.isOn && moreOptionsVisible">