mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 18:32:25 -05:00 
			
		
		
		
	[bugfix] update SignupURL routing in email template. (#3055)
This commit is contained in:
		
					parent
					
						
							
								a76670a471
							
						
					
				
			
			
				commit
				
					
						235bea04fd
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -260,7 +260,7 @@ func (s *Surface) emailAdminNewSignup(ctx context.Context, newUser *gtsmodel.Use | |||
| 		SignupEmail:    newUser.UnconfirmedEmail, | ||||
| 		SignupUsername: newUser.Account.Username, | ||||
| 		SignupReason:   newUser.Reason, | ||||
| 		SignupURL:      instance.URI + "/settings/admin/accounts/" + newUser.AccountID, | ||||
| 		SignupURL:      instance.URI + "/settings/moderation/accounts/" + newUser.AccountID, | ||||
| 	} | ||||
| 
 | ||||
| 	if err := s.EmailSender.SendNewSignupEmail(toAddresses, newSignupData); err != nil { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue