Skip to content

Commit 022286a

Browse files
Fix setBrandingUniversalLoginTemplate docs (#712)
Co-authored-by: Rita Zerrizuela <[email protected]>
1 parent e81e7b4 commit 022286a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/management/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,10 +3226,10 @@ class ManagementClient {
32263226
}
32273227

32283228
/**
3229-
* Get the new universal login template.
3229+
* Set the new universal login template.
32303230
*
32313231
* @example
3232-
* management.setBrandingUniversalLoginTemplate({ template: "a template" }, function (err, template) {
3232+
* management.setBrandingUniversalLoginTemplate({}, { template: "a template" }, function (err, template) {
32333233
* if (err) {
32343234
* // Handle error.
32353235
* }

0 commit comments

Comments
 (0)