Skip to content
Snippets Groups Projects
Commit 70f589a2 authored by Rohith's avatar Rohith Committed by GitHub
Browse files

Release (#126)

* - update the forbidden template, fixed the typo on the code 503 -> 403

* - pushing the v1.2.5 release
parent c47b49e8
Branches
No related tags found
No related merge requests found
#### **1.2.5**
FIXES:
* Fixes the /oauth/login handler to return 401 on failed logins
#### **1.2.4** #### **1.2.4**
FEATURES FEATURES
......
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
) )
var ( var (
release = "v1.2.4" release = "v1.2.5"
gitsha = "no gitsha provided" gitsha = "no gitsha provided"
version = release + " (git+sha: " + gitsha + ")" version = release + " (git+sha: " + gitsha + ")"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment