Polyfills for native crypto
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
if (typeof process.env.REACT_APP_AUTH_LOBBY !== 'string') {
|
||||
import {REACT_APP_AUTH_LOBBY} from '@env'
|
||||
|
||||
if (typeof REACT_APP_AUTH_LOBBY !== 'string') {
|
||||
throw new Error('ENV: No auth lobby provided')
|
||||
}
|
||||
|
||||
export const AUTH_LOBBY = process.env.REACT_APP_AUTH_LOBBY
|
||||
export const AUTH_LOBBY = REACT_APP_AUTH_LOBBY
|
||||
|
||||
Reference in New Issue
Block a user