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 15, 2025, 7:53 PM -0400)
commit
954474bd
954474bdd23d2bff4511f05d9dbfbd3522c01381
parent
237cea3d
237cea3db406193f827cead52b26cee645b42e8e
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
app
src
app
auth
login
page.tsx
+1
-1
app/src/app/auth/login/page.tsx
Reviewed
···
1
1
'use client';
2
2
3
3
-
import { useState } from 'react';
3
3
+
import { useState, useEffect, useRef } from 'react';
4
4
import { useRouter } from 'next/navigation';
5
5
import { getAuthorizationUrl, resolveHandleToDid } from '@/lib/bluesky-auth';
6
6
import { storeAuthData } from '@/lib/storage-util';