Skip to content

Commit

Permalink
fix(admin-ui): code smells
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Oct 31, 2023
1 parent c6d7eab commit 4976da8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions admin-ui/plugins/auth-server/redux/sagas/OAuthScopeSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
import ScopeApi from '../api/ScopeApi'
import { getClient } from 'Redux/api/base'
import { isFourZeroOneError, addAdditionalData } from 'Utils/TokenController'
import { postUserAction } from 'Redux/api/backend-api'
import { postUserAction, fetchApiAccessToken } from 'Redux/api/backend-api'

const JansConfigApi = require('jans_config_api')
import { initAudit } from 'Redux/sagas/SagaUtils'
Expand All @@ -32,10 +32,9 @@ import {
addScopeResponse,
getScopeByCreatorResponse,
getClientScopesResponse,
setAccessToken
} from '../features/scopeSlice'
import { SCOPE_TAGS } from 'Utils/PermChecker'
import { fetchApiAccessToken } from 'Redux/api/backend-api'
import { setAccessToken } from '../features/scopeSlice'

function* newFunction() {
let token
Expand Down

0 comments on commit 4976da8

Please sign in to comment.