You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/api/src/locales/@vitnode/core/en.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@
60
60
"403": {
61
61
"title": "Forbidden",
62
62
"desc": "You don't have permission to access this resource."
63
+
},
64
+
"409": {
65
+
"title": "Conflict",
66
+
"desc": "The request could not be completed due to a conflict with the current state of the resource."
63
67
}
64
68
},
65
69
"user_bar": {
@@ -70,7 +74,12 @@
70
74
"auth": {
71
75
"sso": {
72
76
"or": "Or continue With",
73
-
"access_denied": "You have denied access to the application or the request has expired. Please try again."
77
+
"access_denied": "You have denied access to the application or the request has expired. Please try again.",
78
+
"email_exists": {
79
+
"title": "You cannot sign in with <provider></provider>",
80
+
"desc": "An account with this email already exists. Please sign in with another method and connect your <provider></provider> account in your profile settings.",
81
+
"sign_in": "Go to Login Page"
82
+
}
74
83
},
75
84
"sign_up": {
76
85
"desc": "Hello there! Create your account to get started.",
Copy file name to clipboardExpand all lines: apps/docs/src/locales/@vitnode/core/en.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@
60
60
"403": {
61
61
"title": "Forbidden",
62
62
"desc": "You don't have permission to access this resource."
63
+
},
64
+
"409": {
65
+
"title": "Conflict",
66
+
"desc": "The request could not be completed due to a conflict with the current state of the resource."
63
67
}
64
68
},
65
69
"user_bar": {
@@ -70,7 +74,12 @@
70
74
"auth": {
71
75
"sso": {
72
76
"or": "Or continue With",
73
-
"access_denied": "You have denied access to the application or the request has expired. Please try again."
77
+
"access_denied": "You have denied access to the application or the request has expired. Please try again.",
78
+
"email_exists": {
79
+
"title": "You cannot sign in with <provider></provider>",
80
+
"desc": "An account with this email already exists. Please sign in with another method and connect your <provider></provider> account in your profile settings.",
81
+
"sign_in": "Go to Login Page"
82
+
}
74
83
},
75
84
"sign_up": {
76
85
"desc": "Hello there! Create your account to get started.",
0 commit comments