diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-27 12:23:18 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-27 12:23:18 -0400 |
commit | c7cceade96d2698d2684add1970c03c8b4f32dfc (patch) | |
tree | 70bb6e07f42880112502f1218fdb6f05cf4b3da4 /app/Locale/bs_BA/translations.php | |
parent | 44946ee68473c3fe05b9ece24dace4d6150d7974 (diff) |
Handle state in OAuth2 client
Diffstat (limited to 'app/Locale/bs_BA/translations.php')
-rw-r--r-- | app/Locale/bs_BA/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 8d653d4f..7ca864f4 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1152,4 +1152,5 @@ return array( // 'Avatar' => '', // 'Upload my avatar image' => '', // 'Remove my image' => '', + // 'The OAuth2 state parameter is invalid' => '', ); |