feat(frontend): Added functionality to the frontend to log in.
This commit is contained in:
		
							parent
							
								
									4a1edbb6ff
								
							
						
					
					
						commit
						a28ec22f29
					
				
					 20 changed files with 395 additions and 33 deletions
				
			
		|  | @ -24,7 +24,9 @@ | |||
|         "jwks-rsa": "^3.1.0", | ||||
|         "uuid": "^11.1.0", | ||||
|         "js-yaml": "^4.1.0", | ||||
|         "@types/js-yaml": "^4.0.9" | ||||
|         "@types/js-yaml": "^4.0.9", | ||||
|         "cors": "^2.8.5", | ||||
|         "@types/cors": "^2.8.17" | ||||
|     }, | ||||
|     "devDependencies": { | ||||
|         "@mikro-orm/cli": "^6.4.6", | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger