update 解决谷歌验证开启秘钥丢失问题

This commit is contained in:
yyb
2026-01-14 11:55:39 +08:00
parent c623837d52
commit ee85a937d9

View File

@@ -65,7 +65,6 @@
<update id="openGoogleAuthenticator"> <update id="openGoogleAuthenticator">
update lease_user update lease_user
set set
google_auth = '',
google_status = 0 google_status = 0
where user_id = #{info.email} where user_id = #{info.email}
</update> </update>