Skip to content

Commit

Permalink
fix(new-primary-school): Add mms frigg api scopes to clients api (#17267
Browse files Browse the repository at this point in the history
)

Co-authored-by: hfhelgason <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent d472db7 commit 980afb0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { addScopesToClient, compose } from './helpers'

export const up = compose(
addScopesToClient({
clientId: '@island.is/clients/api',
scopeNames: ['@mms.is/frigg'],
}),
)

0 comments on commit 980afb0

Please sign in to comment.