From ec341f8280660ed17c4541a6875133cfb98bbb87 Mon Sep 17 00:00:00 2001 From: negilbabu Date: Thu, 19 Jan 2023 00:42:35 +0530 Subject: [PATCH 1/2] errorMessage --- .../src/main/resources/application.properties | 2 +- .../forgotpassword.component.css | 63 +++++++++++++++++ .../forgotpassword.component.html | 14 +++- .../forgotpassword.component.ts | 6 ++ .../Library/src/app/login/login.component.ts | 6 +- .../src/app/user-reg/user-reg.component.css | 68 +++++++++++++++++-- .../src/app/user-reg/user-reg.component.html | 40 +++++------ .../src/app/user-reg/user-reg.component.ts | 4 +- 8 files changed, 172 insertions(+), 31 deletions(-) diff --git a/BackEnd/Library/src/main/resources/application.properties b/BackEnd/Library/src/main/resources/application.properties index 0d97ff4e..ab9013d5 100644 --- a/BackEnd/Library/src/main/resources/application.properties +++ b/BackEnd/Library/src/main/resources/application.properties @@ -4,7 +4,7 @@ ## spring.datasource.url=jdbc:mysql://localhost/Library?serverTimezone=UTC spring.datasource.username=root -spring.datasource.password=Innovature@123 +spring.datasource.password=root spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver ############## #mail diff --git a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css index e69de29b..b31ab8ff 100644 --- a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css +++ b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.css @@ -0,0 +1,63 @@ +body, html { + /* fixed */ + position: relative; + margin: 0; + font-family: arial; + height: 0vh; + background: #ccc; + } + *, *:before, *:after { + box-sizing: border-box; + } + .nav-mobile { + position: fixed; + width: 100%; + z-index: 1; + background: #1c032e; + /* background: #9f3800; */ + color: #fff; + padding: 0; + /* border:10px; */ + /* border-color: black; */ + margin: 0; + cursor: auto; + font-size: 18px; + list-style-type: none; + /* box-shadow: 0 5px 5px -5px #333; */ + } + .nav-mobile:after { + content: ""; + display: table; + clear: both; + } + + + .nav-mobile li { + width: 90%; + height: 4%; + line-height: 46px; + text-align: center; + /* float: right; */ + } + .nav-mobile li a { + display: block; + color: #333; + width: 100%; + height: 100%; + text-decoration: none; + } + + .main { + height: 100%; + width: 100%; + overflow: hidden; + overflow-y: scroll; + } + .button{ + border: none; + background-color: transparent; + color: rgb(150, 40, 180); + } + .button:hover {color: #ffffff} + + \ No newline at end of file diff --git a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html index b30b4ac5..273f2963 100644 --- a/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html +++ b/FrontEnd/Library/src/app/forgotpassword/forgotpassword.component.html @@ -1,8 +1,20 @@ +
+




@@ -20,7 +32,7 @@ -