Skip to content

Commit

Permalink
Force deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
arhtudormorar committed Feb 9, 2024
1 parent bdf7732 commit e56f576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: deploy-next

on:
push:
branches: [cross-window-hub]
repository_dispatch:
types: deploy-next
workflow_dispatch:
Expand All @@ -11,11 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: main
ref: cross-window-hub
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- name: Setup yarn
run: npm install -g yarn
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Unlock/Unlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Unlock = () => {
const navigate = useNavigate();
const commonProps: CommonPropsType = {
callbackRoute: RouteNamesEnum.dashboard,
// nativeAuth,
nativeAuth,
onLoginRedirect: () => {
navigate(RouteNamesEnum.dashboard);
}
Expand Down

0 comments on commit e56f576

Please sign in to comment.