Add base auth & ucan request flow (web only)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
if (typeof process.env.REACT_APP_AUTH_LOBBY !== 'string') {
|
||||
throw new Error('ENV: No auth lobby provided')
|
||||
}
|
||||
|
||||
export const AUTH_LOBBY = process.env.REACT_APP_AUTH_LOBBY
|
||||
Reference in New Issue
Block a user