alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix
author
damedotblog
date
1 year ago
(Mar 11, 2025, 12:56 PM -0400)
commit
a7b069ea
a7b069ea3573ed621f4f4ecd02bc3b49655e8f1f
parent
c4f6ea42
c4f6ea4245fcbf1e754dc0ffc6d4cda4025b4da6
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
app
src
app
auth
callback
page.tsx
+1
-1
app/src/app/auth/callback/page.tsx
Reviewed
···
5
5
import { getAccessToken, exportJWK, generateDPoPToken } from '@/lib/bluesky-auth';
6
6
import { getProfile } from '@/lib/bluesky-api';
7
7
import { useAuth } from '@/lib/auth-context';
8
8
-
import { retrieveAuthData, clearAuthData } from '@/lib/storage-util';
8
8
+
import { retrieveAuthData, clearAuthData, storeAuthData } from '@/lib/storage-util';
9
9
import styles from './callback.module.css';
10
10
11
11
// Loading component to show while waiting