weihsth

Results 12 comments of weihsth

If you ask the "why" question, here is a nice overview: https://github.com/you-dont-need/You-Dont-Need-Momentjs

Use a workaround until a new release will come. ``` import { AuthService, EndSessionRequest } from 'ionic-appauth'; export class ExtendedAuthService extends AuthService { protected override async performEndSessionRequest(state?: string): Promise {...