Changeset 231918f
- Timestamp:
- 01/26/25 18:43:49 (3 months ago)
- Branches:
- master
- Children:
- c3d3266
- Parents:
- 2a2614e
- Files:
-
- 10 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/components/Project/login_.vue
r2a2614e r231918f 55 55 56 56 <label for="email" class="form-label">Email</label> 57 <input v-model="this.form_info.email" name="email" id="email" class="form-control" type=" email">57 <input v-model="this.form_info.email" name="email" id="email" class="form-control" type="text"> 58 58 59 59 <label for="password" class="form-label">Password</label>
Note:
See TracChangeset
for help on using the changeset viewer.