mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-26 13:30:16 -05:00
Fix the naming of some files: Instead of login we are always using the term sign in and already renamed the `DesktopLoginManager` to `DesktopSignInManager` in #106. During the renaming we forgot to rename the file which is now done. We also renamed the `sign_in_with_apple.dart` file to `signin_with_apple.dart`, because the other files also do not contain an underscore between sign and in.