1
1
Fork 0
mirror of https://github.com/Akif9748/akf-forum.git synced 2025-08-13 14:21:00 +03:00

2 bug çözüldü

This commit is contained in:
Akif9748 2025-04-13 04:21:37 +03:00
parent 8c20c70874
commit 2721259a2a
3 changed files with 2116 additions and 2 deletions
pnpm-lock.yaml
src/themes/bootstrap_black/views

2114
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@
</div>
<div class="form-group">
<label for="password">Password:</label>
<input type="password" class="form-control" id="password" required />
<input name="password" type="password" class="form-control" id="password" required />
</div>
<button type="submit" class="btn btn-primary btn-block">
Login

View file

@ -111,7 +111,7 @@
<% } else if(member.discordID && user?.id === member.id) { %>
<a class="btn-primary" id="un_discord">Unauth Discord</a>
<% } %>
<% if (user.admin) { %>
<% if (user?.admin) { %>
<select>
<option selected>IP LIST</option>
<% for(const ip of member.ips) { %>