mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
feat(server): mobile oauth with custom scheme redirect uri (#1204)
* feat(server): support providers without support for custom schemas * chore: unit tests * chore: test mobile override * chore: add details to the docs
This commit is contained in:
@@ -51,6 +51,16 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool mobileOverrideEnabled
|
||||
test('to test the property `mobileOverrideEnabled`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String mobileRedirectUri
|
||||
test('to test the property `mobileRedirectUri`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user