Skip to content

Commit 74babab

Browse files
Merge branch 'feature/admin-api-new-examples' of https://github.com/docusign/code-examples-node-private into feature/admin-api-new-examples
2 parents ecbd036 + 9473956 commit 74babab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

views/pages/admin-examples/eg008UpdateUserProductPermissionProfile.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
</script>
7575
7676
<% } else { %>
77-
<p>Problem: You do not have the user to change permissions for. Go to <a href="eg002">example 2</a> and create one.
78-
</br>Thank you.</p>
77+
<p>Problem: You do not have the user to change permissions for. Go to <a href="eg002">example 2</a> and create one.</p>
7978
8079
<form class="eg" action="eg002" method="get">
8180
<button type="submit" class="btn btn-docu">Continue</button>

views/pages/admin-examples/eg009DeleteUserProductPermissionProfile.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<button type="submit" class="btn btn-docu">Submit</button>
3636
</form>
3737
<% } else { %>
38-
<p>Problem: You do not have the user to change permissions for. Go to <a href="eg002">example 2</a> and create one.
39-
</br>Thank you.</p>
38+
<p>Problem: You do not have the user to change permissions for. Go to <a href="eg002">example 2</a> and create one.</p>
4039
4140
<form class="eg" action="eg002" method="get">
4241
<button type="submit" class="btn btn-docu">Continue</button>

0 commit comments

Comments
 (0)