refactor: reg with magic link process
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
"github": "Sign Up with GitHub",
|
||||
"metamask": "Sign Up with MetaMask",
|
||||
"oidc": "Sign Up with OIDC",
|
||||
"have_account": "Have an account?"
|
||||
"have_account": "Have an account?",
|
||||
"input_name": "What’s your name",
|
||||
"input_name_tip": "Enter a name or handle so people know how you’d like to be called. Your name will only be visible to others in spaces you joined."
|
||||
},
|
||||
"logout": {
|
||||
"title": "Log Out",
|
||||
@@ -32,6 +34,7 @@
|
||||
"use_different": "Use a different email",
|
||||
"welcome": "Welcome to {{name}} server",
|
||||
"guest_login_tip": "Please scan QR code or sign in to send a message",
|
||||
"enter": "Enter ",
|
||||
"sign_in": "Sign In",
|
||||
"sign_up": "Sign Up",
|
||||
"signing_up": "Signing Up"
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
"github": "Github注册",
|
||||
"metamask": "MetaMask注册",
|
||||
"oidc": "OIDC注册",
|
||||
"have_account": "已有账号?"
|
||||
"have_account": "已有账号?",
|
||||
"input_name": "请输入用户名",
|
||||
"input_name_tip": "输入用户名,别人认识你的开始!"
|
||||
},
|
||||
"logout": {
|
||||
"title": "退出登录",
|
||||
@@ -32,6 +34,7 @@
|
||||
"placeholder_confirm_pwd": "确认密码",
|
||||
"welcome": "欢迎来到 {{name}} 👏🏻",
|
||||
"guest_login_tip": "请扫码或登录后发消息",
|
||||
"enter": "登入",
|
||||
"sign_in": "登录",
|
||||
"sign_up": "注册",
|
||||
"signing_up": "注册中"
|
||||
|
||||
Reference in New Issue
Block a user