File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11VITE_API_URL=http://localhost:5000
2- VITE_API_ANYWAY_URL=https://www.anyway.co.il
2+ VITE_API_ANYWAY_URL=https://www.anyway.co.il
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class AuthService {
2424 * GET /sd-authorize/google
2525 */
2626 getAuthorizeUrl = ( redirectUrl ?: string ) => {
27- const url = new URL ( `${ this . apiUrl } /sd-authorize/google` ) ;
27+ const url = new URL ( `https://www.anyway.co.il /sd-authorize/google` ) ;
2828 if ( redirectUrl ) {
2929 url . searchParams . append ( 'redirect_url' , redirectUrl ) ;
3030 }
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ export const FEATURE_FLAGS = {
1616 * Risk Hotspot Model feature
1717 * Disabled in production for now.
1818 */
19- RISK_MODEL : ! isProd ,
19+ RISK_MODEL : true ,
2020
2121 /**
2222 * New Redirect-based Authentication flow
2323 * Disabled in production for now.
2424 */
25- AUTH : ! isProd ,
25+ AUTH : true ,
2626} ;
2727
2828/**
You can’t perform that action at this time.
0 commit comments