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:
parent
8c20c70874
commit
2721259a2a
3 changed files with 2116 additions and 2 deletions
2114
pnpm-lock.yaml
generated
Normal file
2114
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -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) { %>
|
||||
|
|
Loading…
Add table
Reference in a new issue