ticket_manager/.gitignore
Ruidy f4b94a2162
Account (#5)
* build client

* build client

* update .gitignore

* update signin logo

* created profile popover in navbar

* add accountcontroller to retrieve userinfo and accountpage

* set account page layout

* account form updates user profile

* update react scripts
2020-05-06 21:51:06 +02:00

14 lines
No EOL
343 B
Text

.vs/
.vscode/
bin/
obj/
Properties/
Scripts/
Tests/TicketManager.Tests/UnitTests/ControllersTests/ControllerTests.cs
Tests/TicketManager.Tests/UnitTests/ControllersTests/SeedDb.cs
Tests/TicketManager.Tests/bin/
Tests/TicketManager.Tests/obj/
client/node_modules/
client/src/authentication/config.json
client/src/pages/TestPage.tsx
client/build