import { Web } from '@contour/fet/lib/elements'; import { getNodeProfile } from '../../../../env/nodeProfile'; export async function loginBNO() { const url = getNodeProfile('bno')['baseUrl']; await Web.url(url); }