feat: complete email binding and pending oauth verification flows
This commit is contained in:
@@ -964,6 +964,12 @@ export default {
|
||||
description: 'View current bindings and connect another provider to this account.',
|
||||
bindAction: 'Bind {providerName}',
|
||||
bindSuccess: 'Account linked successfully',
|
||||
emailPlaceholder: 'Enter email address',
|
||||
codePlaceholder: 'Enter verification code',
|
||||
passwordPlaceholder: 'Set a login password',
|
||||
sendCodeAction: 'Send code',
|
||||
confirmEmailBindAction: 'Bind email',
|
||||
codeSentTo: 'Code sent to {email}',
|
||||
status: {
|
||||
bound: 'Bound',
|
||||
notBound: 'Not bound',
|
||||
|
||||
Reference in New Issue
Block a user