mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Remove login key requirement
This commit is contained in:
parent
65df615702
commit
a489a8d749
@ -336,11 +336,6 @@ export const ChatImpl = memo(
|
|||||||
}
|
}
|
||||||
|
|
||||||
const loginKey = getNutLoginKey();
|
const loginKey = getNutLoginKey();
|
||||||
if (!loginKey) {
|
|
||||||
toast.error('Please set a login key in the "User Info" settings.');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const anthropicApiKey = Cookies.get(anthropicApiKeyCookieName);
|
const anthropicApiKey = Cookies.get(anthropicApiKeyCookieName);
|
||||||
|
|
||||||
if (!loginKey && !anthropicApiKey) {
|
if (!loginKey && !anthropicApiKey) {
|
||||||
|
Loading…
Reference in New Issue
Block a user