File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
frontend/src/components/Mining Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -136,3 +136,7 @@ THEDIG_API_KEY = _
136136#ENRICH LAYER
137137ENRICH_LAYER_URL = https://enrichlayer.com/
138138ENRICH_LAYER_API_KEY = _
139+
140+ #EMAIL FETCHING SERVICE
141+ EMAIL_FETCHING_SERVICE_URL = http://localhost:8083
142+ EMAIL_FETCHING_SERVICE_API_TOKEN = test-key
Original file line number Diff line number Diff line change 77 :show-close-icon =" false"
88 :block-scroll =" true"
99 :header =" t('authorization_required')"
10- pt:footer :class =" pt-0 flex justify-end gap-2 "
11- pt:content :class =" grid gap-4 px-8 pt-4 text-base "
10+ pt:content :class =" grid gap-4 px-8 text-base pb-0 "
11+ pt:footer :class =" flex justify-end gap-2 "
1212 >
1313 <span >
1414 {{ t('authorization_declined') }}
@@ -59,6 +59,7 @@ function showImapDialog() {
5959 $imapDialogStore .showImapDialog = true ;
6060 close ();
6161}
62+
6263function refreshOAuth() {
6364 if (provider .value === ' imap' ) {
6465 showImapDialog ();
You can’t perform that action at this time.
0 commit comments