fix: timerId not timeoutId
This commit is contained in:
		
							parent
							
								
									3985cf014e
								
							
						
					
					
						commit
						6ecfd8ec24
					
				| @ -165,7 +165,7 @@ export class LogInPage extends LiteElement { | ||||
| 
 | ||||
|   disconnectedCallback() { | ||||
|     this.formStateService.stop(); | ||||
|     window.clearTimeout(this.timeoutId); | ||||
|     window.clearTimeout(this.timerId); | ||||
|     super.disconnectedCallback(); | ||||
|   } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user