@descope/web-components-ui 1.0.135 → 1.0.136

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.135",
3
+ "version": "1.0.136",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -3,7 +3,7 @@ import { TotpImageClass } from "../../components/descope-totp-image/TotpImageCla
3
3
  const vars = TotpImageClass.cssVarList
4
4
 
5
5
  const logo = {
6
- [vars.fallbackUrl]: 'url(https://app.descope.com/images/99ae31fd143ba38e072d.svg)'
6
+ [vars.fallbackUrl]: 'url(https://imgs.descope.com/components/totp-placeholder.svg)'
7
7
  };
8
8
 
9
9
  export default logo;