mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 15:42:31 +02:00
Merge pull request #766 from OpenSignLabs/build_dep
fix: issue in guestlogin of owner subscription has expired
This commit is contained in:
@@ -21,7 +21,7 @@ export async function fetchSubscription(
|
||||
try {
|
||||
const extClass = localStorage.getItem("Extand_Class");
|
||||
let extUser;
|
||||
if (extClass) {
|
||||
if (extClass && extClass.length > 0) {
|
||||
const jsonSender = JSON.parse(extClass);
|
||||
extUser = jsonSender[0].objectId;
|
||||
} else {
|
||||
@@ -1350,8 +1350,8 @@ export const multiSignEmbed = async (
|
||||
position.type === radioButtonWidget
|
||||
? 10
|
||||
: position.type === "checkbox"
|
||||
? 10
|
||||
: newUpdateHeight;
|
||||
? 10
|
||||
: newUpdateHeight;
|
||||
const newHeight = ind ? (ind > 0 ? widgetHeight : 0) : widgetHeight;
|
||||
|
||||
if (signyourself) {
|
||||
|
||||
Reference in New Issue
Block a user