mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 00:54:43 +01:00 
			
		
		
		
	Redirect to correct page after using scratch token (#4458)
This commit is contained in:
		
							parent
							
								
									d1337299e2
								
							
						
					
					
						commit
						492ec97a46
					
				| @ -1,4 +1,5 @@ | ||||
| // Copyright 2014 The Gogs Authors. All rights reserved. | ||||
| // Copyright 2018 The Gitea Authors. All rights reserved. | ||||
| // Use of this source code is governed by a MIT-style | ||||
| // license that can be found in the LICENSE file. | ||||
| 
 | ||||
| @ -320,7 +321,7 @@ func TwoFactorScratchPost(ctx *context.Context, form auth.TwoFactorScratchAuthFo | ||||
| 
 | ||||
| 		handleSignInFull(ctx, u, remember, false) | ||||
| 		ctx.Flash.Info(ctx.Tr("auth.twofa_scratch_used")) | ||||
| 		ctx.Redirect(setting.AppSubURL + "/user/settings/two_factor") | ||||
| 		ctx.Redirect(setting.AppSubURL + "/user/settings/security") | ||||
| 		return | ||||
| 	} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user