mirror of
https://github.com/strapi/strapi.git
synced 2026-01-03 10:46:21 +00:00
Improve position log studio server found
This commit is contained in:
parent
9147b4be07
commit
f233466e01
@ -264,10 +264,10 @@ module.exports = function (strapi) {
|
||||
if (err) {
|
||||
strapi.log.warn('Continuing without credentials.');
|
||||
} else {
|
||||
strapi.log.info('Connection with the Studio server found, please wait a few seconds...');
|
||||
|
||||
config = JSON.parse(config);
|
||||
strapi.token = config.token;
|
||||
|
||||
strapi.log.info('Connection with the Studio server found, please wait a few seconds...');
|
||||
|
||||
socket.emit('getPublicKey', null, function (publicKey) {
|
||||
if (publicKey) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user