We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fdca2 commit 4834645Copy full SHA for 4834645
apps/public/public.go
@@ -534,7 +534,7 @@ type AcquireInteractiveOption interface {
534
// WithSystemBrowserOptions sets the optional success and error pages.
535
// The error page supports two optional html template variables {{.Code}} and {{.Err}},
536
// which will be replaced with the corresponding error code, and descriptions.
537
-func WithSystemBrowserOptions(successPage []byte, errorPage []byte) interface {
+func WithSystemBrowserOptions(successPage, errorPage []byte) interface {
538
AcquireInteractiveOption
539
options.CallOption
540
} {
0 commit comments