Skip to content

Commit

Permalink
fix: 🐛 Fixar senaste blocken
Browse files Browse the repository at this point in the history
Om `API-Key`-headern finns med i `CreateItem`-anropet får man en 403:a
  • Loading branch information
JohanObrink committed Mar 16, 2021
1 parent 8e21ad3 commit c150216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/app/components/login.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export const Login = ({ navigation }) => {
accessoryLeft={SecureIcon}
size="medium"
>
{loginMethods[loginMethodIndex]}
<Text adjustsFontSizeToFit style={{ color: '#ffffff' }}>{loginMethods[loginMethodIndex]}</Text>
</Button>
<Button
onPress={selectLoginMethod}
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@react-navigation/native": "5.9.3",
"@react-navigation/stack": "5.14.3",
"@skolplattformen/api-hooks": "2.0.0",
"@skolplattformen/embedded-api": "2.0.1",
"@skolplattformen/embedded-api": "2.0.2",
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"buffer": "6.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1518,10 +1518,10 @@
react-redux "^7.2.2"
redux "^4.0.5"

"@skolplattformen/embedded-api@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@skolplattformen/embedded-api/-/embedded-api-2.0.1.tgz#c1af44b59bc3ec7e6837497eac5bae9e82abc0cb"
integrity sha512-sLw9vafFx1sEpfpW0hoGoft1lphSlKhEDygP2DLxjvCKRxHIvbf2spyvEuaALa5mGidDk0xNgEDWoTZM0IQyhg==
"@skolplattformen/embedded-api@2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@skolplattformen/embedded-api/-/embedded-api-2.0.2.tgz#45eb35b2d3e3366cf455459bf94081365e04b232"
integrity sha512-5nMo2SuF64NX8LGfzJt6AW5w3qW+yO55AN9ITtGbzDRRVckVgKZf4M62gn4HPoH4KatTgdE/RcJwI4z/ETcppg==
dependencies:
"@types/he" "^1.1.1"
camelcase-keys "^6.2.2"
Expand Down

0 comments on commit c150216

Please sign in to comment.