-Key file path in encrypt.js
-Rename page title
This commit is contained in:
Juan Carlos Ruvalcaba 2023-08-09 12:56:13 -07:00
parent 5d778744ac
commit fe4cec0adb
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<meta name="theme-color" content="#007aff"><!--content="#44c950"-->
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<title>Comida Cab</title>
<title>Main Base App</title>
<% if (process.env.TARGET === 'web') { %>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

View File

@ -1,4 +1,4 @@
import { dbConfig } from './key';
import { dbConfig } from './key-base';
import * as localforage from "localforage";
import CryptoJS from 'crypto-js';