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
<textinput-stubvalue="nc-client-id"id="nextcloud-oauth-client-id"type="text"placeholder=""label="Nextcloud OAuth client ID"hinttext="Copy the following values back into the OpenProject {htmlLink} as an Administrator."isrequired="true"withcopybtn="true"readonly="true"class="py-1"></textinput-stub>
8
-
<textinput-stubvalue="nc-client-secret"id="nextcloud-oauth-client-secret"type="text"placeholder=""label="Nextcloud OAuth client secret"hinttext="Copy the following values back into the OpenProject {htmlLink} as an Administrator."isrequired="true"withcopybtn="true"readonly="true"class="py-1"></textinput-stub>
7
+
<textinput-stubvalue="nc-client-id"type="text"placeholder=""label="Nextcloud OAuth client ID"hinttext="Copy the following values back into the OpenProject {htmlLink} as an Administrator."isrequired="true"withcopybtn="true"readonly="true"id="nextcloud-oauth-client-id"class="py-1"></textinput-stub>
8
+
<textinput-stubvalue="nc-client-secret"type="text"placeholder=""label="Nextcloud OAuth client secret"hinttext="Copy the following values back into the OpenProject {htmlLink} as an Administrator."isrequired="true"withcopybtn="true"readonly="true"id="nextcloud-oauth-client-secret"class="py-1"></textinput-stub>
@@ -126,16 +126,16 @@ exports[`AdminSettings.vue server host url form edit mode cancel button should b
126
126
</span></span></button>
127
127
`;
128
128
129
-
exports[`AdminSettings.vue server host url form edit mode readonly state should clear the readonly state when clicked on the input 1`] = `<inputid="openproject-oauth-instance"type="text"placeholder="https://www.my-openproject.com"class="">`;
129
+
exports[`AdminSettings.vue server host url form edit mode readonly state should clear the readonly state when clicked on the input 1`] = `<inputtype="text"placeholder="https://www.my-openproject.com"class="">`;
130
130
131
-
exports[`AdminSettings.vue server host url form edit mode readonly state should set the input field to readonly at first 1`] = `<inputid="openproject-oauth-instance"type="text"readonly="readonly"placeholder="https://www.my-openproject.com"class="text-input-readonly">`;
131
+
exports[`AdminSettings.vue server host url form edit mode readonly state should set the input field to readonly at first 1`] = `<inputtype="text"readonly="readonly"placeholder="https://www.my-openproject.com"class="text-input-readonly">`;
132
132
133
133
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 1`] = `
@@ -150,11 +150,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
150
150
`;
151
151
152
152
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 2`] = `
@@ -169,11 +169,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
169
169
`;
170
170
171
171
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 3`] = `
@@ -188,11 +188,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
188
188
`;
189
189
190
190
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 4`] = `
@@ -207,11 +207,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
207
207
`;
208
208
209
209
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 5`] = `
@@ -226,11 +226,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
226
226
`;
227
227
228
228
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 6`] = `
@@ -245,11 +245,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
245
245
`;
246
246
247
247
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 7`] = `
@@ -264,11 +264,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
264
264
`;
265
265
266
266
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 8`] = `
@@ -281,11 +281,11 @@ exports[`AdminSettings.vue server host url form edit mode submit button should s
281
281
`;
282
282
283
283
exports[`AdminSettings.vue server host url form edit mode submit button should set the input to error state and display correct message when the url is invalid 9`] = `
0 commit comments