1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Remove reference to oracle logo to fix build

This commit is contained in:
Rory Powell 2021-07-13 16:24:30 +01:00
parent 2900743545
commit 83bf736f07
2 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@
import OidcLogo from "assets/oidc-logo.png"
import Auth0Logo from "assets/auth0-logo.png"
import MicrosoftLogo from "assets/microsoft-logo.png"
import OracleLogo from "assets/oracle-logo.png"
import { admin } from "stores/portal"
@ -13,7 +12,6 @@
let preDefinedIcons = {
Oidc: OidcLogo,
Oracle: OracleLogo,
Auth0: Auth0Logo,
AD: MicrosoftLogo,
}

View file

@ -88,7 +88,6 @@
const providers = { google, oidc }
async function save(docs) {
console.log(docs)
// only if the user has provided an image, upload it.
image && uploadLogo(image)
let calls = []