Max
Max
> Do you mean that an OTP should only be valid for a certain time? Say 5 minutes? And you want that be able to configure that "5-minute" value? Yes...
I believe this has to be done manually by the team if using the cloud version.
@guicurcio and I chatted and found out the issue lies with one of my users not having an email address associated with their account due to the implementation of Passwordless...
I'd double check your code.. `crome_options = webdriver.ChromeOptions()` should be ```python import undetected_chromedriver.v2 as uc chrome_options = uc.ChromeOptions() ```
+1 should be pushed to master repo..
@elitan Hmm I think it would.. If I understand correctly.. If I call step 1 of the passwordless capability with the same number 5 times and they all get delivered,...
Been having the same issue even after attempting to install the full version. ERR_CONNECTION_REFUSED. Edit: Installing the nighly vs stable fixed my issue. Raspberry pi 5.
I believe this is the latest build: https://github.com/ravenclaw900/DietPi-Dashboard/actions/runs/13870294354 you can get the download link there.
I was able to get it working using the trunk tag but still an issue with the latest one
> I just set up ZipLine hours ago. Everything worked just fine when I tested the docker-compose setup on my desktop. When I tried to do the same thing on...