We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8e107 commit 27cc781Copy full SHA for 27cc781
1 file changed
auth0/v3/management/branding.py
@@ -89,4 +89,8 @@ def update_template_universal_login(self, body):
89
See: https://auth0.com/docs/api/management/v2#!/Branding/put_universal_login
90
"""
91
92
- return self.client.put(self._url("templates", "universal-login"), type="put_universal-login_body", body={"template":body})
+ return self.client.put(
93
+ self._url("templates", "universal-login"),
94
+ type="put_universal-login_body",
95
+ body={"template": body},
96
+ )
0 commit comments