赞
踩
GiHub如何开启2FA短信方式请参照如下官方链接,本文不在赘述
https://docs.github.com/cn/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication#configuring-two-factor-authentication-using-text-messages
var option = new Option("China +86","+86");
option.selected = true;
document.getElementById('countrycode').options.add(option, 0);
执行后效果:
输入国内电话号,点击请求验证码,查看手机
填入验证码,下一步后,保存恢复代码,继续点击下一步
完成2FA验证注册。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。