mirror of
https://github.com/Akif9748/akf-forum.git
synced 2025-09-06 17:01:01 +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>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="password">Password:</label>
|
<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>
|
</div>
|
||||||
<button type="submit" class="btn btn-primary btn-block">
|
<button type="submit" class="btn btn-primary btn-block">
|
||||||
Login
|
Login
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
<% } else if(member.discordID && user?.id === member.id) { %>
|
<% } else if(member.discordID && user?.id === member.id) { %>
|
||||||
<a class="btn-primary" id="un_discord">Unauth Discord</a>
|
<a class="btn-primary" id="un_discord">Unauth Discord</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (user.admin) { %>
|
<% if (user?.admin) { %>
|
||||||
<select>
|
<select>
|
||||||
<option selected>IP LIST</option>
|
<option selected>IP LIST</option>
|
||||||
<% for(const ip of member.ips) { %>
|
<% for(const ip of member.ips) { %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue