wrappid / core

This is a Wrappid package repository that contains core functionalities of Wrappid Framework that enables users to use Wrappid's core features and components.
MIT License
10 stars 4 forks source link

bugfix: removed Auth object from CoreClases.js #133

Closed irkfaisal closed 4 months ago

irkfaisal commented 4 months ago

Describe the bug Have to remove 'Auth' style object from CoreClasses.js and it will be shifted to ModuleClasses.js of auth-module.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Stack Trace The stack trace of the bug if any.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

techoneel commented 4 months ago

issue resolved with the auth related classes and styles moved from core package to auth-module in wrappid/auth-module#36 and it is removed from core