Skip to content

Commit 5f38160

Browse files
authored
Merge pull request #1 from unlayer/redesign-auth-callback-page
redesign auth callback page with branded card layout and dark mode
2 parents 4b7a4ef + c5e06e9 commit 5f38160

8 files changed

Lines changed: 318 additions & 680 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212

13-
strategy:
14-
matrix:
15-
node: [20, 22]
16-
1713
steps:
1814
- name: Checkout repository
1915
uses: actions/checkout@v4
@@ -23,10 +19,10 @@ jobs:
2319
with:
2420
version: 9
2521

26-
- name: Setup Node.js ${{ matrix.node }}
22+
- name: Setup Node.js
2723
uses: actions/setup-node@v4
2824
with:
29-
node-version: ${{ matrix.node }}
25+
node-version: 20
3026
cache: pnpm
3127

3228
- name: Install dependencies

src/commands/auth/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export { loginCommand } from './login.js';
22
export { logoutCommand } from './logout.js';
33
export { whoamiCommand } from './whoami.js';
4-
export { signupCommand } from './signup.js';

0 commit comments

Comments
 (0)