Skip to content

Commit fbdd760

Browse files
committed
fix: setting errorPage
1 parent acc88e1 commit fbdd760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/public/public.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ func (pca Client) AcquireTokenInteractive(ctx context.Context, scopes []string,
717717
if o.authnScheme != nil {
718718
authParams.AuthnScheme = o.authnScheme
719719
}
720-
res, err := pca.browserLogin(ctx, redirectURL, authParams, o.openURL, o.successPage, o.successPage)
720+
res, err := pca.browserLogin(ctx, redirectURL, authParams, o.openURL, o.successPage, o.errorPage)
721721
if err != nil {
722722
return AuthResult{}, err
723723
}

0 commit comments

Comments
 (0)