Skip to content

Commit

Permalink
Fix setBrandingUniversalLoginTemplate docs (#712)
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Zerrizuela <[email protected]>
  • Loading branch information
adamjmcgrath and Widcket authored Apr 20, 2022
1 parent e81e7b4 commit 022286a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/management/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3226,10 +3226,10 @@ class ManagementClient {
}

/**
* Get the new universal login template.
* Set the new universal login template.
*
* @example
* management.setBrandingUniversalLoginTemplate({ template: "a template" }, function (err, template) {
* management.setBrandingUniversalLoginTemplate({}, { template: "a template" }, function (err, template) {
* if (err) {
* // Handle error.
* }
Expand Down

0 comments on commit 022286a

Please sign in to comment.