mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-04-16 21:49:51 +02:00
fixed unverified typos
This commit is contained in:
parent
bf30af393e
commit
a44a73a17c
@ -87,7 +87,7 @@ func TestRecordAuthResponse(t *testing.T) {
|
|||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
unverfiedAuthRecord, err := app.Dao().FindRecordById("clients", "o1y0dd0spd786md")
|
unverifiedAuthRecord, err := app.Dao().FindRecordById("clients", "o1y0dd0spd786md")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
@ -108,7 +108,7 @@ func TestRecordAuthResponse(t *testing.T) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "valid auth record but with unverified email in onlyVerified collection",
|
name: "valid auth record but with unverified email in onlyVerified collection",
|
||||||
record: unverfiedAuthRecord,
|
record: unverifiedAuthRecord,
|
||||||
expectError: true,
|
expectError: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -227,7 +227,7 @@
|
|||||||
class="ri-information-line txt-sm link-hint"
|
class="ri-information-line txt-sm link-hint"
|
||||||
use:tooltip={{
|
use:tooltip={{
|
||||||
text: [
|
text: [
|
||||||
"If enabled, it returns 403 for new unverfied user authentication requests.",
|
"If enabled, it returns 403 for new unverified user authentication requests.",
|
||||||
"If you need more granular control, don't enable this option and instead use the `@request.auth.verified = true` rule in the specific collection(s) you are targeting.",
|
"If you need more granular control, don't enable this option and instead use the `@request.auth.verified = true` rule in the specific collection(s) you are targeting.",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
position: "right",
|
position: "right",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user