mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 08:15:08 +00:00
removed login override
This commit is contained in:
parent
aac4ec902f
commit
d52018f7eb
@ -9,9 +9,9 @@ import Paper from '@mui/material/Paper';
|
||||
import Typography from '@mui/material/Typography';
|
||||
import Grid from '@mui/material/Grid'
|
||||
import TextField from '@mui/material/TextField';
|
||||
import ArtistDashboardRequest from '../components/Old/artistDashboardRequest';
|
||||
import ArtistPortfolio from '../components/Old/artistPortfolio';
|
||||
import EditableArtistPortfolio from '../components/Old/editableArtistPortfolio';
|
||||
import ArtistDashboardRequest from './artistDashboardRequest';
|
||||
import ArtistPortfolio from '../components/artistPortfolio';
|
||||
import EditableArtistPortfolio from '../components/editableArtistPortfolio';
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
import CurrencyTextField from '@lupus-ai/mui-currency-textfield';
|
||||
|
@ -11,7 +11,7 @@ import { useRouter } from 'next/router';
|
||||
import { useState, useEffect } from 'react';
|
||||
|
||||
|
||||
export default function RequestDialog() {
|
||||
export default function RequestDialog({}) {
|
||||
|
||||
|
||||
return (<Dialog
|
||||
|
@ -1,6 +1,3 @@
|
||||
import { handleAuth } from "@auth0/nextjs-auth0";
|
||||
exports.onExecutePostLogin = async (event, api) => {
|
||||
const namespace = 'http://schemas.microsoft.com/ws/2008/06/identity/claims/role';
|
||||
//console.log(event.authorization)
|
||||
}
|
||||
|
||||
export default handleAuth();
|
||||
|
Loading…
x
Reference in New Issue
Block a user