mirror of
https://github.com/Akif9748/akf-forum.git
synced 2025-04-29 23:59:00 +03:00
Compare commits
2 commits
8c20c70874
...
36cd802b1b
Author | SHA1 | Date | |
---|---|---|---|
36cd802b1b | |||
2721259a2a |
5 changed files with 2119 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "akf-forum",
|
||||
"version": "5.7.0",
|
||||
"version": "5.7.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "akf-forum",
|
||||
"version": "5.7.0",
|
||||
"version": "5.7.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"bcrypt": "^5.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "akf-forum",
|
||||
"version": "5.7.0",
|
||||
"version": "5.7.1",
|
||||
"description": "A Node.js based forum software",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
|
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