add status for user verification

This commit is contained in:
smanylov
2026-04-14 09:15:05 +07:00
parent aaa46e7d3a
commit 9f317d9878
5 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "no-copy-frontend", "name": "no-copy-frontend",
"version": "0.86.0", "version": "0.87.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 2999", "dev": "next dev -p 2999",
@@ -95,16 +95,6 @@ export default function PersonalDataSettings() {
</div> </div>
<div className="form-group">
<label
className="form-label"
>
{'verified-status'}: {userData?.verifiedStatus}
</label>
{/* <small>
{t('email-cant-change')}
</small> */}
</div>
{/* <button type="submit" className="btn btn-primary"> {/* <button type="submit" className="btn btn-primary">
{t('save-changes')} {t('save-changes')}
</button> */} </button> */}
@@ -25,7 +25,7 @@ export default function SettingUserVerification() {
/> />
) : ( ) : (
<span> <span>
user-status {userData?.verifiedStatus} {t('Status')}: {userData?.verifiedStatus === 'VERIFICATION_IN_PROGRESS'? t('under-moderation') : userData?.verifiedStatus}
</span> </span>
)} )}
{/* <button type="submit" className="btn btn-primary"> {/* <button type="submit" className="btn btn-primary">
+3 -1
View File
@@ -419,7 +419,9 @@
"download-all": "Download all", "download-all": "Download all",
"selected-files": "Selected files", "selected-files": "Selected files",
"protected-files": "Protected files", "protected-files": "Protected files",
"storage": "Storage" "storage": "Storage",
"Status": "Status",
"under-moderation": "Under moderation"
}, },
"Login-register-form": { "Login-register-form": {
"and": "and", "and": "and",
+3 -1
View File
@@ -419,7 +419,9 @@
"download-all": "Скачать все", "download-all": "Скачать все",
"selected-files": "Выбрано файлов", "selected-files": "Выбрано файлов",
"protected-files": "Защищено файлов", "protected-files": "Защищено файлов",
"storage": "Хранилище" "storage": "Хранилище",
"Status": "Статус",
"under-moderation": "На модерации"
}, },
"Login-register-form": { "Login-register-form": {
"and": "и", "and": "и",