fix missing return (#6751)
This commit is contained in:
		
							parent
							
								
									65b3f513c3
								
							
						
					
					
						commit
						e8f4c7733a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -302,6 +302,7 @@ func GrantApplicationOAuth(ctx *context.Context, form auth.GrantApplicationForm) | |||
| 	redirect, err := code.GenerateRedirectURI(form.State) | ||||
| 	if err != nil { | ||||
| 		handleServerError(ctx, form.State, form.RedirectURI) | ||||
| 		return | ||||
| 	} | ||||
| 	ctx.Redirect(redirect.String(), 302) | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue