Skip to content

Commit 3bdb139

Browse files
committed
new uri
1 parent 74c229e commit 3bdb139

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const tvlServiceURL = () => useRuntimeConfig().public.TVL
131131
export const isSelfhosted = () => useRuntimeConfig().public.SELFHOSTED
132132

133133
export const Auth = {
134-
clientId: "5tgdN5oPVVbNFh5qUcbgvkASQDeYP3Wez2SdSKpw",
134+
clientId: "jXqMTqkexWpVuE1ssMDrC2rMm9wv4ior4C9tBcuI",
135135
scope: "read",
136136
baseUrl: "https://auth.celenium.io",
137137
authorizeUrl: "/oauth/authorize/",

store/auth.store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const useAuthStore = defineStore("auth", {
3838
code_challenge_method: "S256",
3939
})
4040

41-
window.location.href = `${Auth.baseUrl}${Auth.authorizeUrl}?${queryParams.toString()}`
41+
window.location.href = `https://auth-back.celenium.io${Auth.authorizeUrl}?${queryParams.toString()}`
4242
} catch (error) {
4343
console.error("Login error:", error)
4444
}

0 commit comments

Comments
 (0)