mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-18 23:53:37 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d6316600e6 |
@@ -62,6 +62,6 @@ jobs:
|
|||||||
run: go test -coverprofile=coverage.txt -v ./...
|
run: go test -coverprofile=coverage.txt -v ./...
|
||||||
|
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
|
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"loginOauthFailSubtitle": "Errada en obtenir l'URL OAuth",
|
"loginOauthFailSubtitle": "Errada en obtenir l'URL OAuth",
|
||||||
"loginOauthSuccessTitle": "Redirigint",
|
"loginOauthSuccessTitle": "Redirigint",
|
||||||
"loginOauthSuccessSubtitle": "Redirigint al vostre proveïdor OAuth",
|
"loginOauthSuccessSubtitle": "Redirigint al vostre proveïdor OAuth",
|
||||||
"loginOauthAutoRedirectTitle": "Auto redirecció OAuth",
|
"loginOauthAutoRedirectTitle": "Autoredirecció OAuth",
|
||||||
"loginOauthAutoRedirectSubtitle": "Sereu automàticament redirigits al vostre proveïdor OAuth per a autenticar-vos.",
|
"loginOauthAutoRedirectSubtitle": "Sereu automàticament redirigits al vostre proveïdor OAuth per a autenticar-vos.",
|
||||||
"loginOauthAutoRedirectButton": "Redirigeix ara",
|
"loginOauthAutoRedirectButton": "Redirigeix ara",
|
||||||
"continueTitle": "Continuar",
|
"continueTitle": "Continuar",
|
||||||
|
|||||||
Reference in New Issue
Block a user