Skip to content

Commit

Permalink
fix: solve login error (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhassan8 committed Jan 9, 2024
1 parent 989cf8a commit f69cb8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/js/core/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ window.service = {
api: {
url: "https://beta-api.crunchyroll.com",
//url: "http://localhost:3002",
auth: "Basic aHJobzlxM2F3dnNrMjJ1LXRzNWE6cHROOURteXRBU2Z6QjZvbXVsSzh6cUxzYTczVE1TY1k=",
auth: "Basic b2VkYXJteHN0bGgxanZhd2ltbnE6OWxFaHZIWkpEMzJqdVY1ZFc5Vk9TNTdkb3BkSnBnbzE=",
},

token: function (request) {
Expand Down
10 changes: 5 additions & 5 deletions server/js/screen/changelog.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
window.changelog = {
id: "changelog-modal",
data: {
version: "v1.1.3b",
version: "v1.1.4",
changes: [
{
title: "fix: settings subtitles by @jhassan8",
description: "subtitle configuration error resolved.",
title: "feat: only login with email by @jhassan8",
description: "Due to changes in CR, it is now only possible to log in with email.",
},
{
title: "fix: style changes by @jhassan8",
description: "longs titles issues and selected item style issue in some devices.",
title: "fix: change auth login api by @jhassan8",
description: "problem that occurred when logging in was solved.",
},
],
extra: "If you have any issues or suggestions, you can report them on the GitHub jhassan8/crunchyroll-tizen.",
Expand Down

0 comments on commit f69cb8c

Please sign in to comment.