Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 10830d5

Browse files
author
RayhanADev
authored
1 parent 6573544 commit 10830d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/Login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let variables = require('../utils/variables.js');
44
async function _getCookies(user, pass) {
55
if (user == 'RayhanADev') {
66
let info = await variables
7-
.fetch('https://staging.repl.it/login', {
7+
.fetch(variables.login, {
88
method: 'POST',
99
headers,
1010
body: JSON.stringify({

0 commit comments

Comments
 (0)