feat: auth exceptions + roles with user object

This commit is contained in:
swve 2022-11-19 20:19:56 +01:00
parent 23c4224b2b
commit 143f21b70b
11 changed files with 74 additions and 68 deletions

View file

@ -1,6 +1,6 @@
import React from "react";
import styled from "styled-components";
import { HeaderProfileBox } from "../../auth/HeaderProfileBox";
import { HeaderProfileBox } from "../../security/HeaderProfileBox";
import learnhouseIcon from "public/learnhouse_icon.png";
import learnhouseLogo from "public/learnhouse_logo.png";
import Link from "next/link";