Skip to content

Commit

Permalink
[GR] Fix a typo in the libraries/guardian lesson translation (elix…
Browse files Browse the repository at this point in the history
  • Loading branch information
nscyclone committed Dec 4, 2016
1 parent 2571c6c commit 3bf3a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gr/lessons/libraries/guardian.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def create(conn, params) do
case find_the_user_and_verify_them_from_params(params) do
{:ok, user} ->
conn
|> Guardian.Plug.sign_in(user, :access) # Χρησιμοποιήστε κέρματα πρόσβασης. Άλλα κέρματα μπορούν να χρησιμοποιηθούν, όπως τα :refrech κ.α.
|> Guardian.Plug.sign_in(user, :access) # Χρησιμοποιήστε κέρματα πρόσβασης. Άλλα κέρματα μπορούν να χρησιμοποιηθούν, όπως τα :refresh κ.α.
|> respond_somehow()
{:error, reason} ->
# χειριστείτε την μη επικύρωση των διαπιστευτηρίων του χρήστη.
Expand Down

0 comments on commit 3bf3a90

Please sign in to comment.