@@ -203,74 +203,76 @@ export default function SignInPage() {
203203 </ div >
204204 </ SignIn . Step >
205205
206- < SignIn . Step name = 'choose-strategy' >
207- < div className = 'flex flex-col items-center gap-6 w-96' >
208- < H3 > CHOOSE STRATEGY:</ H3 >
206+ < SignIn . Step
207+ name = 'choose-strategy'
208+ className = 'flex flex-col items-center gap-6 w-96'
209+ >
210+ < H3 > CHOOSE STRATEGY:</ H3 >
209211
210- < CustomProvider provider = 'github' > Continue with GitHub</ CustomProvider >
211- < CustomProvider provider = 'google' > Continue with Google</ CustomProvider >
212- < CustomProvider provider = 'metamask' > Continue with Metamask</ CustomProvider >
212+ < CustomProvider provider = 'github' > Continue with GitHub</ CustomProvider >
213+ < CustomProvider provider = 'google' > Continue with Google</ CustomProvider >
214+ < CustomProvider provider = 'metamask' > Continue with Metamask</ CustomProvider >
213215
214- < SignIn . SupportedStrategy
215- asChild
216- name = 'password'
217- >
218- < Button > Password</ Button >
219- </ SignIn . SupportedStrategy >
216+ < SignIn . SupportedStrategy
217+ asChild
218+ name = 'password'
219+ >
220+ < Button > Password</ Button >
221+ </ SignIn . SupportedStrategy >
220222
221- < SignIn . SupportedStrategy
222- asChild
223- name = 'phone_code'
224- >
225- < Button > Send a code to your phone</ Button >
226- </ SignIn . SupportedStrategy >
223+ < SignIn . SupportedStrategy
224+ asChild
225+ name = 'phone_code'
226+ >
227+ < Button > Send a code to your phone</ Button >
228+ </ SignIn . SupportedStrategy >
227229
228- < SignIn . SupportedStrategy
229- asChild
230- name = 'email_code'
231- >
232- < Button > Send a code to your email</ Button >
233- </ SignIn . SupportedStrategy >
230+ < SignIn . SupportedStrategy
231+ asChild
232+ name = 'email_code'
233+ >
234+ < Button > Send a code to your email</ Button >
235+ </ SignIn . SupportedStrategy >
234236
235- < SignIn . Action
236- asChild
237- navigate = 'previous'
238- >
239- < TextButton > Go back</ TextButton >
240- </ SignIn . Action >
241- </ div >
237+ < SignIn . Action
238+ asChild
239+ navigate = 'previous'
240+ >
241+ < TextButton > Go back</ TextButton >
242+ </ SignIn . Action >
242243 </ SignIn . Step >
243244
244- < SignIn . Step name = 'forgot-password' >
245- < div className = 'flex flex-col items-center gap-6 w-96' >
246- < H3 > FORGOT PASSWORD:</ H3 >
245+ < SignIn . Step
246+ name = 'forgot-password'
247+ className = 'flex flex-col items-center gap-6 w-96'
248+ >
249+ < H3 > FORGOT PASSWORD:</ H3 >
247250
248- < SignIn . SupportedStrategy
249- asChild
250- name = 'reset_password_email_code'
251- >
252- < Button > Reset your password via Email</ Button >
253- </ SignIn . SupportedStrategy >
251+ < SignIn . SupportedStrategy
252+ asChild
253+ name = 'reset_password_email_code'
254+ >
255+ < Button > Reset your password via Email</ Button >
256+ </ SignIn . SupportedStrategy >
254257
255- < SignIn . SupportedStrategy
256- asChild
257- name = 'reset_password_phone_code'
258- >
259- < Button > Reset your password via Phone</ Button >
260- </ SignIn . SupportedStrategy >
258+ < SignIn . SupportedStrategy
259+ asChild
260+ name = 'reset_password_phone_code'
261+ >
262+ < Button > Reset your password via Phone</ Button >
263+ </ SignIn . SupportedStrategy >
261264
262- < p > Or</ p >
265+ < p > Or</ p >
263266
264- < CustomProvider provider = 'github' > Continue with GitHub</ CustomProvider >
265- < CustomProvider provider = 'google' > Continue with Google</ CustomProvider >
267+ < CustomProvider provider = 'github' > Continue with GitHub</ CustomProvider >
268+ < CustomProvider provider = 'google' > Continue with Google</ CustomProvider >
266269
267- < SignIn . Action
268- asChild
269- navigate = 'previous'
270- >
271- < TextButton > Go back</ TextButton >
272- </ SignIn . Action >
273- </ div >
270+ < SignIn . Action
271+ asChild
272+ navigate = 'previous'
273+ >
274+ < TextButton > Go back</ TextButton >
275+ </ SignIn . Action >
274276 </ SignIn . Step >
275277
276278 < SignIn . Step name = 'verifications' >
0 commit comments