Mohamed Dimessi
Mohamed Dimessi
@fd6130 Can you please provider the 'use directory for the `refreshTokenManager->createForUserWithTtl($user, 604800);`, where does the function `createForUserWithTtl()` exist?? I'm using Symfony 5.3.
@saifgo I did, but the `JWTRefreshTokenBundle:0.12.0` deesn't have the `Generator` folder. That why I specified what version of Symfony I'm using. > I'm using Symfony 5.3.
> ```css > .react-datetime-picker__calendar--open, > .react-datetime-picker__calendar--closed, > .react-datetime-picker__clock--open, > .react-datetime-picker__clock--closed { > position: absolute; > } > ``` In what property should I put this? in a custom css file...
@Sevrahk it does work, I hadn't test the mailer functionality in months and had the same issue, after creating the AppPassword and updated the .env `MAILER_DSN=gmail://emailAddress:AppPassword@default` and it worked. This...