Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
zcgandcomp committed Dec 19, 2023
1 parent 871348c commit 8f22374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions powerauth-webflow/src/main/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ addLocaleData([
...enLocaleData,
...csLocaleData,
...ukLocaleData,
...roLocaleData
...deLocaleData
...frLocaleData
...roLocaleData,
...deLocaleData,
...frLocaleData,
...esLocaleData

]);
Expand Down

0 comments on commit 8f22374

Please sign in to comment.