Skip to content

Commit edce8f2

Browse files
committed
Closes: #232
Updated Firebase_Authentication_Using_Flask/templates/signup.html to fix small typo Changed atleast to at least
1 parent 1d888f8 commit edce8f2

File tree

1 file changed

+1
-1
lines changed
  • Firebase_Authentication_Using_Flask/templates

1 file changed

+1
-1
lines changed

Firebase_Authentication_Using_Flask/templates/signup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1 class="h3 mb-3 fw-normal">Signup Page</h1>
122122
<div class="form-floating my-2">
123123
<input type="password" class="form-control" id="floatingPassword" name="password" placeholder="Password" required>
124124
<label for="floatingPassword">Password</label>
125-
<p style="color: red;font-size: 13px;">* Password should be atleast 6 characters</p>
125+
<p style="color: red;font-size: 13px;">* Password should be at least 6 characters</p>
126126
</div>
127127
<div class="form-floating">
128128
<input type="password" class="form-control" id="floatingPassword" name="repassword" placeholder="Password" required>

0 commit comments

Comments
 (0)