login user after registration, delete task
This commit is contained in:
parent
c9063c2fa9
commit
5e63fc1e38
6 changed files with 30 additions and 22 deletions
1
Lab01/app/.idea/app.iml
generated
1
Lab01/app/.idea/app.iml
generated
|
@ -8,5 +8,6 @@
|
|||
<orderEntry type="library" name="bootstrap" level="application" />
|
||||
<orderEntry type="library" name="axios" level="application" />
|
||||
<orderEntry type="library" name="bootstrap-icons" level="application" />
|
||||
<orderEntry type="library" name="axios" level="application" />
|
||||
</component>
|
||||
</module>
|
2
Lab01/app/.idea/jsLibraryMappings.xml
generated
2
Lab01/app/.idea/jsLibraryMappings.xml
generated
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<file url="PROJECT" libraries="{axios, bootstrap, bootstrap-icons}" />
|
||||
<file url="PROJECT" libraries="{axios, bootstrap}" />
|
||||
</component>
|
||||
</project>
|
Reference in a new issue