⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@SunsetTechuila
Copy link

No description provided.

Comment on lines +15 to +17
if ("true" === "true") {
return false;
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ("true" === "true") {
return false;
}
return false;

if (authenticated === true) {
$.cookie('loggedin', 'yes', { expires: 1 });
} else if (authenticated === false) {
$("error_message").show("LogIn Failed");
Copy link
Author

@SunsetTechuila SunsetTechuila Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$("error_message").show("LogIn Failed");
$("#error_message").show();

"SELECT * FROM users"
);

for (var i = 0; i < accounts. length; i++) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for (var i = 0; i < accounts. length; i++) {
for (var i = 0; i < accounts.length; i++) {

}
}

$('#login').Nick(function() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$('#login').Nick(function() {
$('#login').click(function() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant