Minor changes
This commit is contained in:
parent
0e0c3946d2
commit
0099a8c858
@ -8,7 +8,8 @@ import { cleanSubscriptions } from './utils/subscription.utils';
|
|||||||
import { LoginComponent } from './pages/home/home-component';
|
import { LoginComponent } from './pages/home/home-component';
|
||||||
import { prepareAndSendPairingTx } from './utils/sp-address.utils';
|
import { prepareAndSendPairingTx } from './utils/sp-address.utils';
|
||||||
import ModalService from './services/modal.service';
|
import ModalService from './services/modal.service';
|
||||||
import { MessageType, ProfileData, FolderData } from './models/process.model';
|
import { MessageType, ProfileData, FolderData, LinkAcceptedMessage } from './models/process.model';
|
||||||
|
|
||||||
const routes: { [key: string]: string } = {
|
const routes: { [key: string]: string } = {
|
||||||
home: '/src/pages/home/home.html',
|
home: '/src/pages/home/home.html',
|
||||||
process: '/src/pages/process/process.html',
|
process: '/src/pages/process/process.html',
|
||||||
@ -274,7 +275,6 @@ export async function registerAllListeners() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const tokenService = await TokenService.getInstance();
|
const tokenService = await TokenService.getInstance();
|
||||||
const services = await Services.getInstance();
|
|
||||||
|
|
||||||
if (!services.isPaired()) {
|
if (!services.isPaired()) {
|
||||||
const errorMsg = 'Device not paired';
|
const errorMsg = 'Device not paired';
|
||||||
@ -310,7 +310,6 @@ export async function registerAllListeners() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const tokenService = await TokenService.getInstance();
|
const tokenService = await TokenService.getInstance();
|
||||||
const services = await Services.getInstance();
|
|
||||||
|
|
||||||
if (!services.isPaired()) {
|
if (!services.isPaired()) {
|
||||||
const errorMsg = 'Device not paired';
|
const errorMsg = 'Device not paired';
|
||||||
|
@ -57,7 +57,7 @@ export default defineConfig({
|
|||||||
fs: {
|
fs: {
|
||||||
cachedChecks: false,
|
cachedChecks: false,
|
||||||
},
|
},
|
||||||
port: 3001,
|
port: 3004,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/storage': {
|
'/storage': {
|
||||||
target: 'https://demo.4nkweb.com',
|
target: 'https://demo.4nkweb.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user