fix: make display_name an Option so parsing doesn't fail
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 24m12s
Some checks failed
FanslySync Build & Test / FanslySync Test Runner (push) Failing after 24m12s
This commit is contained in:
@ -54,6 +54,9 @@
|
||||
unknown
|
||||
];
|
||||
if (err || !me?.success) {
|
||||
if (err) {
|
||||
console.error('Error fetching account info:', err);
|
||||
}
|
||||
validationErrors.fanslyToken =
|
||||
'Authentication failed. Please check your token and try again.';
|
||||
step = 1;
|
||||
|
Reference in New Issue
Block a user