await supabase.auth.resetPasswordForEmail(
email,
redirectTo: 'shu-dong://callback/reset-password',
);
AndroidManifest.xml:
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="shu-dong" android:host="callback"/>
</intent-filter>
await supabase.auth.resetPasswordForEmail(
email,
redirectTo: 'shu-dong://callback/reset-password',
);
AndroidManifest.xml:
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="shu-dong" android:host="callback"/>
</intent-filter>