mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 01:57:30 -04:00 
			
		
		
		
	rtrim trailing slash
This commit is contained in:
		
							parent
							
								
									c608336c04
								
							
						
					
					
						commit
						b94e4c602e
					
				| @ -94,7 +94,7 @@ class StepsController extends BaseController | ||||
|             ); | ||||
|         } | ||||
| 
 | ||||
|         session()->put('MIGRATION_ENDPOINT', $request->endpoint); | ||||
|         session()->put('MIGRATION_ENDPOINT', rtrim($request->endpoint,'/')); | ||||
| 
 | ||||
|         return redirect( | ||||
|             url('/migration/auth') | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user