Skip to content

Commit

Permalink
Update auth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Farid committed Mar 27, 2024
1 parent da586ac commit af5a518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/auth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as bcrypt from 'bcryptjs'
import { GenerateToken, Delay } from "./helpers"
import { Env } from "./interfaces"
import { version } from "./variables"

export async function GetLogin(request: Request, env: Env): Promise<Response> {
const url: URL = new URL(request.url)
Expand All @@ -22,8 +23,7 @@ export async function GetLogin(request: Request, env: Env): Promise<Response> {
<div class="p-3 bg-primary text-white">
<div class="text-nowrap fs-4 fw-bold text-center">V2RAY Worker - Control Panel</div>
<div class="text-nowrap fs-6 text-center">
Version 2.2 by
<a href="https://twitter.com/vahidfarid" target="_blank" class="text-white">Vahid Farid</a>
Version ${version}
</div>
</div>
${htmlMessage}
Expand Down

0 comments on commit af5a518

Please sign in to comment.