diff --git a/server/handlers/auth.mts b/server/handlers/auth.mts index 600ff1d..4a0778d 100644 --- a/server/handlers/auth.mts +++ b/server/handlers/auth.mts @@ -120,7 +120,7 @@ export function handleGoogleOauthCallback({ failureRedirect }: { failureRedirect export async function handleUserSignIn(req: Request, res: Response) { logger.info('signing in user'); logger.info('request headers', req.headers); - const ip = Netlify?.context?.ip ?? req.ip ?? String(req.header('client-ip')); + const ip = req.ip ?? String(req.header('client-ip')); try { const { success, data } = UserSchema.safeParse(req.user) diff --git a/src/app/components/payment-method-registration/momo/momo.component.html b/src/app/components/payment-method-registration/momo/momo.component.html index 9635e2a..c6e9f81 100644 --- a/src/app/components/payment-method-registration/momo/momo.component.html +++ b/src/app/components/payment-method-registration/momo/momo.component.html @@ -12,24 +12,26 @@

MTN Mobile Money ™ Connect your MTN Mobile Money number. Not your PIN

}@else { -
- - -
- - +{{ item.callingCodes[0] }} -
-
- -
- - {{ country.nativeName }} -
-
-
+ +
+ + +
+ + +{{ item.callingCodes[0] }} +
+
+ +
+ + {{ country.nativeName }} +
+
+
+