import { Component, inject, signal, OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { AuthService } from '../../core/services/auth.service'; import { ToastService } from '../../core/services/toast.service'; @Component({ selector: 'app-oauth-callback', standalone: true, template: `
{{ error() }}
Back to Login } @else {Please wait while we complete authentication
}