mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-30 18:49:56 +08:00
Merge branch 'master' into newads
This commit is contained in:
commit
d96eea2bca
2 changed files with 5 additions and 5 deletions
|
@ -66,7 +66,7 @@ export async function sendVerificationEmail(
|
|||
const isVerified = (
|
||||
await admin
|
||||
.auth()
|
||||
.getUser("uid")
|
||||
.getUser(uid)
|
||||
.catch((e) => {
|
||||
throw new MonkeyError(
|
||||
500, // this should never happen, but it does. it mightve been caused by auth token cache, will see if disabling cache fixes it
|
||||
|
|
|
@ -247,7 +247,7 @@
|
|||
align-items: center;
|
||||
.value {
|
||||
font-size: 2rem;
|
||||
line-height: 1.9rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -258,7 +258,7 @@
|
|||
.typingStats {
|
||||
.value {
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.3rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -272,7 +272,7 @@
|
|||
align-items: center;
|
||||
.value {
|
||||
font-size: 2rem;
|
||||
line-height: 1.9rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -283,7 +283,7 @@
|
|||
.typingStats {
|
||||
.value {
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.3rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
}
|
||||
.bio,
|
||||
|
|
Loading…
Add table
Reference in a new issue