-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: error handling, dark mode, consent bug fixes #3408
Conversation
e70c0f5
to
999599f
Compare
<div className="flex justify-center mb-4"> | ||
<Image src="/blink_logo.svg" alt="Galoy" width={120} height={120} /> | ||
</div> | ||
<svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think svg are best saved as .svg
22111a6
to
f3d3377
Compare
@@ -61,9 +70,41 @@ export const getCaptchaChallenge = async ( | |||
} | |||
} | |||
|
|||
const res = await authApi.requestPhoneCaptcha(customHeaders) | |||
let res |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no implicit any
@vindard could we enforce this in the apps?
apps/consent/env.ts
Outdated
@@ -8,10 +8,12 @@ export const env = createEnv({ | |||
}, | |||
shared: { | |||
GRAPHQL_ENDPOINT: z.string().default("http://localhost:4002/graphql"), | |||
NODE_ENV: z.string().default("development"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cf comment on the other repo.
it's not ideal to have several PR open for review with code overlapping. it adds overhead for the reviewer.
adb0b1c
to
c258611
Compare
This PR will be split into smaller PRs. |
4be5fa9
to
cdd55d4
Compare
rebase rebase rebase rebase rebase rebase rebase rebase rebase
rebase rebase rebase
cdd55d4
to
5db3f44
Compare
No description provided.