MythicLegendary / SP10_FALL_2022

2 stars 0 forks source link

Extrapolate UID When Using SMS Authentication #65

Closed wildwilliam2 closed 1 year ago

wildwilliam2 commented 1 year ago

BUG

wildwilliam2 commented 1 year ago
if(!(await checkUID(user.uid))) {
  throw new Error("Email not associated with wallet.")
}