Skip to content

Commit 4f2f2de

Browse files
committed
Merge branch 'error_template' into dev
2 parents f53699f + 4398d23 commit 4f2f2de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oauth2cli/oauth2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ def obtain_token_by_browser(
579579
timeout=None,
580580
welcome_template=None,
581581
success_template=None,
582+
error_template=None,
582583
auth_params=None,
583584
auth_uri_callback=None,
584585
**kwargs):
@@ -638,6 +639,7 @@ def obtain_token_by_browser(
638639
timeout=timeout,
639640
welcome_template=welcome_template,
640641
success_template=success_template,
642+
error_template=error_template,
641643
auth_uri_callback=auth_uri_callback,
642644
)
643645
except PermissionError:

0 commit comments

Comments
 (0)