mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: email link (#5719)
Fixes missing base url Relates to #[1-1827](https://linear.app/unleash/issue/1-1827/email-link-to-revive-feature-is-wrong) Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
		
							parent
							
								
									aea18d1ac4
								
							
						
					
					
						commit
						f0c0504b31
					
				@ -169,7 +169,7 @@ export class EmailService {
 | 
			
		||||
                    : false;
 | 
			
		||||
 | 
			
		||||
            const conflictResolutionLink = conflictResolution
 | 
			
		||||
                ? `${this.config.server.baseUriPath}/projects/${project}/archive?sort=archivedAt&search=${flagName}`
 | 
			
		||||
                ? `${this.config.server.unleashUrl}/projects/${project}/archive?sort=archivedAt&search=${flagName}`
 | 
			
		||||
                : false;
 | 
			
		||||
 | 
			
		||||
            const bodyHtml = await this.compileTemplate(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user