Update token-generator.service.ts
This commit is contained in:
		
							parent
							
								
									cc136cf012
								
							
						
					
					
						commit
						2131a62456
					
				| @ -20,7 +20,7 @@ export function createToken({ | ||||
|     withLowercase ? 'abcdefghijklmopqrstuvwxyz' : '', | ||||
|     withNumbers ? '0123456789' : '', | ||||
|     withSymbols ? '.,;:!?./-"\'#{([-|\\@)]=}*+' : '', | ||||
|   ].join(''); ; | ||||
|   ].join(''); | ||||
| 
 | ||||
|   return shuffleString(allAlphabet.repeat(length)).substring(0, length); | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user