This commit is contained in:
Eugene Pankov
2021-10-24 22:53:00 +02:00
parent eae970f969
commit 0fbf855e37
2 changed files with 3 additions and 3 deletions

View File

@@ -32,5 +32,5 @@ jobs:
poetry install poetry install
- name: Lint backend - name: Lint backend
working-directory: frontend working-directory: backend
run: flake8 . run: poetry run flake8 .

View File

@@ -18,7 +18,7 @@
p.mt-3 If you work in education, have already supported me on Ko-fi before, or your country isn't supported on GitHub Sponsors, just #[a(href='mailto:e@ajenti.org?subject=Help with Tabby Pro') let me know] and I'll hook you up. p.mt-3 If you work in education, have already supported me on Ko-fi before, or your country isn't supported on GitHub Sponsors, just #[a(href='mailto:e@ajenti.org?subject=Help with Tabby Pro') let me know] and I'll hook you up.
.mb-3(*ngIf='!loginService.user.github_username') .mb-3(*ngIf='!loginService.user?.github_username')
a.btn.btn-info(href='{{commonService.backendURL}}/api/1/auth/social/login/github') a.btn.btn-info(href='{{commonService.backendURL}}/api/1/auth/social/login/github')
fa-icon([icon]='_githubIcon', [fixedWidth]='true') fa-icon([icon]='_githubIcon', [fixedWidth]='true')
span Connect your GitHub account to link your sponsorship span Connect your GitHub account to link your sponsorship