We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d888f8 commit edce8f2Copy full SHA for edce8f2
Firebase_Authentication_Using_Flask/templates/signup.html
@@ -122,7 +122,7 @@ <h1 class="h3 mb-3 fw-normal">Signup Page</h1>
122
<div class="form-floating my-2">
123
<input type="password" class="form-control" id="floatingPassword" name="password" placeholder="Password" required>
124
<label for="floatingPassword">Password</label>
125
- <p style="color: red;font-size: 13px;">* Password should be atleast 6 characters</p>
+ <p style="color: red;font-size: 13px;">* Password should be at least 6 characters</p>
126
</div>
127
<div class="form-floating">
128
<input type="password" class="form-control" id="floatingPassword" name="repassword" placeholder="Password" required>
0 commit comments