feat(auth): implement user and device authentication
This commit is contained in:
@@ -44,12 +44,11 @@
|
||||
<div class="field">
|
||||
<label for="device">设备身份</label>
|
||||
<select id="device">
|
||||
<option>测试设备 A · 本机</option>
|
||||
<option>重新登记此设备</option>
|
||||
<option>测试设备 A · 后端已预授权</option>
|
||||
</select>
|
||||
<div class="device" aria-label="设备状态">
|
||||
<strong>设备可登记</strong>
|
||||
<span>仅上报版本和就绪能力,不上传设备中的敏感内容</span>
|
||||
<strong>设备身份待验证</strong>
|
||||
<span>未预授权或绑定冲突时请联系管理员,不在 App 内重新登记</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
|
||||
Reference in New Issue
Block a user