From a39af43f4ae44041fadab75f353510ff03799daa Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Wed, 22 Jul 2020 09:35:24 -0300 Subject: [PATCH] [FIX] Auto login into Admin Panel --- app/views/AdminPanelView/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/AdminPanelView/index.js b/app/views/AdminPanelView/index.js index 283e2ef741d..41005fc9325 100644 --- a/app/views/AdminPanelView/index.js +++ b/app/views/AdminPanelView/index.js @@ -31,6 +31,8 @@ class AdminPanelView extends React.Component { {}} source={{ uri: `${ baseUrl }/admin/info?layout=embedded` }} injectedJavaScript={`Meteor.loginWithToken('${ token }', function() { })`} />