mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 14:19:27 +00:00
10 lines
124 B
JavaScript
10 lines
124 B
JavaScript
|
|
export default {
|
|
getAuthUID() {
|
|
return this.$fhcApi.get(
|
|
'/api/frontend/v1/AuthInfo/getAuthUID',
|
|
{ }
|
|
);
|
|
},
|
|
|
|
}; |