AvailX / avail-wallet

An open source, private, self-custodial wallet. Built on the Aleo network.
https://avail.global
Apache License 2.0
20 stars 7 forks source link

[Feature]: Browser Link resolver #34

Closed Zack-Xb closed 7 months ago

Zack-Xb commented 8 months ago

Contact Details

None

contact

No response

What happened?

If a person writes arcane.finance for example this should go to https://arcane.finance automatically.

Version

v0.0.1-alpha

What operating system are you using?

None

Relevant log output

No response

Code of Conduct

dev-blc commented 8 months ago

Issue Resolved

The browser now redirects to the resolved URL if typed without http:// or https://

Fix

Logic is placed to check if the URL typed has the resolver, if not format the input URL or string.

NOTE - ISSUE WILL BE CLOSED ONCE THE CHANGES ARE FINALISED AND MERGED