Remove reference to oracle logo to fix build
This commit is contained in:
parent
2900743545
commit
83bf736f07
|
@ -3,7 +3,6 @@
|
||||||
import OidcLogo from "assets/oidc-logo.png"
|
import OidcLogo from "assets/oidc-logo.png"
|
||||||
import Auth0Logo from "assets/auth0-logo.png"
|
import Auth0Logo from "assets/auth0-logo.png"
|
||||||
import MicrosoftLogo from "assets/microsoft-logo.png"
|
import MicrosoftLogo from "assets/microsoft-logo.png"
|
||||||
import OracleLogo from "assets/oracle-logo.png"
|
|
||||||
|
|
||||||
import { admin } from "stores/portal"
|
import { admin } from "stores/portal"
|
||||||
|
|
||||||
|
@ -13,7 +12,6 @@
|
||||||
|
|
||||||
let preDefinedIcons = {
|
let preDefinedIcons = {
|
||||||
Oidc: OidcLogo,
|
Oidc: OidcLogo,
|
||||||
Oracle: OracleLogo,
|
|
||||||
Auth0: Auth0Logo,
|
Auth0: Auth0Logo,
|
||||||
AD: MicrosoftLogo,
|
AD: MicrosoftLogo,
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,6 @@
|
||||||
const providers = { google, oidc }
|
const providers = { google, oidc }
|
||||||
|
|
||||||
async function save(docs) {
|
async function save(docs) {
|
||||||
console.log(docs)
|
|
||||||
// only if the user has provided an image, upload it.
|
// only if the user has provided an image, upload it.
|
||||||
image && uploadLogo(image)
|
image && uploadLogo(image)
|
||||||
let calls = []
|
let calls = []
|
||||||
|
|
Loading…
Reference in New Issue