Skip to content

Commit

Permalink
B/undefined base url (#4)
Browse files Browse the repository at this point in the history
* fix: attempt 1

* fix: attempt 2

* chore(ci): add branch-deploys.yml

* chore: reset to default google midlleware

* chore: reset to default google middleware
  • Loading branch information
conradbekondo authored Dec 27, 2024
1 parent 74fbf6c commit c800382
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build and deploy to Netlify
runs-on: ubuntu-22.04
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
steps:
- name: Checkout Repo
Expand Down
2 changes: 0 additions & 2 deletions src/app/pages/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Divider } from 'primeng/divider';
import { GoogleButton } from '../../components/google-button.component';
import { environment } from '../../../environments/environment.development';
import { dispatch } from '@ngxs/store';
import { Navigate } from '@ngxs/router-plugin';
import { ActivatedRoute } from '@angular/router';
import { GoogleSignInFlow } from '../../state/user';

Expand All @@ -22,7 +21,6 @@ import { GoogleSignInFlow } from '../../state/user';
export class LoginComponent {
readonly title = inject(Title);
readonly route = inject(ActivatedRoute);
private readonly navigate = dispatch(Navigate);
private readonly beginGoogleFlow = dispatch(GoogleSignInFlow);

onGoogleButtonClicked() {
Expand Down

0 comments on commit c800382

Please sign in to comment.