make the create btn slightly larger
This commit is contained in:
@@ -551,8 +551,10 @@
|
||||
<div class="btns-group no-gap">
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-expanded"
|
||||
title="Save and close"
|
||||
class="btn"
|
||||
class:btn-expanded={!collection.id}
|
||||
class:btn-expanded-sm={!!collection.id}
|
||||
class:btn-loading={isSaving}
|
||||
disabled={!canSave || isSaving}
|
||||
on:click={() => saveConfirm()}
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
// ... show a screen/popup to enter the password from the email ...
|
||||
|
||||
// authenticate with the requested OTP id and the email password
|
||||
const authData = await pb.collection('${collection?.name}').authWithOtp(
|
||||
const authData = await pb.collection('${collection?.name}').authWithOTP(
|
||||
req.otpId,
|
||||
"YOUR_OTP",
|
||||
);
|
||||
@@ -62,7 +62,7 @@
|
||||
// ... show a screen/popup to enter the password from the email ...
|
||||
|
||||
// authenticate with the requested OTP id and the email password
|
||||
final authData = await pb.collection('${collection?.name}').authWithOtp(
|
||||
final authData = await pb.collection('${collection?.name}').authWithOTP(
|
||||
req.otpId,
|
||||
"YOUR_OTP",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user